msbrogli / rpudb

Remote pudb
MIT License
30 stars 5 forks source link

Incompatibility with Python3 #6

Open 0x64746b opened 5 years ago

0x64746b commented 5 years ago

When trying to debug a py3 project, importing rpudb fails:

File "/usr/local/lib/python3.6/site-packages/rpudb/__init__.py", line 67
extraction.ml.sam_1      |     print 'Mainloop'
extraction.ml.sam_1      |                    ^
extraction.ml.sam_1      | SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Mainloop')?

Using __future__ imports should allow to reproduce this easily.

Thx D.

tshirtman commented 5 years ago

master version is correct, but it requires a release, or you need to install from github

pip3 install https://github.com/msbrogli/rpudb/archive/master.zip

a release would be nice, though.