Hi everyone,

I'm trying to use pyinstaller for a python script which uses pyproj. 
If i run the .exe I get the following error:








*Traceback (most recent call last):  File "digitize_pylon_design.py", line 
367, in <module>  File "digitize_pylon_design.py", line 361, in main  File 
"digitize_pylon_design.py", line 56, in create_dataframe  File 
"digitize_pylon_design.py", line 257, in crs_transformation  File 
"site-packages\pyproj\__init__.py", line 362, in __new__  File "_proj.pyx", 
line 129, in _proj.Proj.__cinit__RuntimeError: b'no arguments in 
initialization list'*

I tried to include a *hook-pyproj.py* file with *pyinstaller 
my_python_script.py --additional-hooks-dir=d:\Data\dir\hooks*
But I still get the same error.

Is there anyone who also uses pyproj in a python script and got a similar 
error?

I appreciate any help!
Cheers, Simon

-- 
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 post to this group, send email to pyinstaller@googlegroups.com.
Visit this group at https://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.

Reply via email to