I am using the PyInstaller module in my python code. I have the module 
running this command:

--onefile --clean --distpath B:\\coding\\py2exe --workpath 
B:\\coding\\py2exe\\temp_build_folder --specpath 
B:\\coding\\py2exe\\temp_spec_folder --noconfirm -c B:/coding/py2exe/test.py

Code:

PyInstaller.__main__.run([
'--onefile',
'--clean',
'--distpath B:\\coding\\py2exe',
'--workpath B:\\coding\\py2exe\\temp_build_folder',
'--specpath B:\\coding\\py2exe\\temp_spec_folder',
'--noconfirm',
'-c',
'B:/coding/py2exe/test.py'
]

I don't know where I'm going wrong.
Can anyone help thx.

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pyinstaller+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/eb3385fc-0266-4050-be66-29d29f8b4a8cn%40googlegroups.com.

Reply via email to