bluebird75 / winpdb

Fork of the official winpdb with improvements
Other
91 stars 24 forks source link

rpdb folder not installed when using pip #36

Closed ghost closed 4 years ago

ghost commented 4 years ago

Hi,

the rpdb folder with the different scripts was not installed when i used pip to install the new 2.0.0.0 version so i got the following error: Traceback (most recent call last): File "winpdb.py", line 26, in <module> import rpdb.const ModuleNotFoundError: No module named 'rpdb'

after manually downloading the folder from here and putting it into the site-packages folder it works normally.

Thanks for the great work!

bluebird75 commented 4 years ago

This was a packaging mistake. It should be fixed if you upgrade to the latest winpdb. Please run:

pip install --upgrade winpdb