pyqt4topyqt5 icon indicating copy to clipboard operation
pyqt4topyqt5 copied to clipboard

Embedded Null Character

Open DeiTux opened this issue 8 years ago • 2 comments

Command Prompt:

C:\Users\user\Desktop_DEV\qt4toqt5>pyqt4topyqt5.py about.pyc -o 11.pyc Traceback (most recent call last): File "C:\Users\user\Desktop_DEV\qt4toqt5\pyqt4topyqt5.py", line 2732, in main = Main(sys.argv) File "C:\Users\user\Desktop_DEV\qt4toqt5\pyqt4topyqt5.py", line 2499, in init self.prepare_changes(self.followlinks) File "C:\Users\user\Desktop_DEV\qt4toqt5\pyqt4topyqt5.py", line 2548, in prepare_changes self.copy_files(self.destdir, subdirs, files) File "C:\Users\user\Desktop_DEV\qt4toqt5\pyqt4topyqt5.py", line 2631, in copy_files if not os.path.isfile(f): File "C:\Users\user\AppData\Local\Programs\Python\Python35\lib\genericpath.py", line 30, in isfile st = os.stat(path) ValueError: stat: embedded null character

DeiTux avatar Jan 22 '17 22:01 DeiTux

which python version are you using?

rferrazz avatar Jan 22 '17 22:01 rferrazz

@rferrazz Right now, I was trying to run this with 3.5.3

DeiTux avatar Jan 22 '17 23:01 DeiTux