-
Notifications
You must be signed in to change notification settings - Fork 25
Description
Hi,
I am developing software with Python 3.7 on WIndows 10.
I freshly installed windpb 👍
J:\Dropbox\cff\Python\PhoneBotV3>python -m pip install --upgrade winpdb-reborn
Requirement already up-to-date: winpdb-reborn in c:\users\nino\appdata\local\programs\python\python37\lib\site-packages (2.0.0.1)
Requirement already satisfied, skipping upgrade: wxpython>=4 in c:\users\nino\appdata\local\programs\python\python37\lib\site-packages (from winpdb-reborn) (4.1.1)
Requirement already satisfied, skipping upgrade: pillow in c:\users\nino\appdata\local\programs\python\python37\lib\site-packages (from wxpython>=4->winpdb-reborn) (6.0.0)
Requirement already satisfied, skipping upgrade: numpy; python_version >= "3.0" in c:\users\nino\appdata\local\programs\python\python37\lib\site-packages (from wxpython>=4->winpdb-reborn) (1.18.2)
Requirement already satisfied, skipping upgrade: six in c:\users\nino\appdata\local\programs\python\python37\lib\site-packages (from wxpython>=4->winpdb-reborn) (1.15.0)
Then I run it with this command :
winpdb MySoft.py
Nothing happen.
So I run this one:
python -m winpdb MySoft.py
The GUI is open and empty. No file, no code. So I tried to attach a file by running the command again
python -m winpdb MySoft.py
The first time it opens a cmd window with this message:
C:\Users\Nino\AppData\Local\Programs\Python\Python37\python.exe: can't open file 'session_manager\..\rpdb2.py': [Errno 2] No such file or directory
The 2nd time when I attached a command (Menu>File>Attach), I get another cmd window with exact same message:
C:\Users\Nino\AppData\Local\Programs\Python\Python37\python.exe: can't open file 'session_manager\..\rpdb2.py': [Errno 2] No such file or directory
Then I searched for this file and this issue on StackOverflow, google, and more.... NOTHING!?
So what did I do wrong?
Can anyone help me please?