Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embedded Null Character #9

Open
DeiTux opened this issue Jan 22, 2017 · 2 comments
Open

Embedded Null Character #9

DeiTux opened this issue Jan 22, 2017 · 2 comments

Comments

@DeiTux
Copy link

DeiTux commented Jan 22, 2017

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

@rferrazz
Copy link
Owner

which python version are you using?

@DeiTux
Copy link
Author

DeiTux commented Jan 22, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants