Hi,

I have a simple question, and have looked on the net to no avail, and am 
hoping someone here can point me in the correct direction to fix this.

I have a small program which has the following lines in it
                import pytz
                GMT = pytz.timezone( "GMT")

I compile this with pyinstaller 2.0, but get the following error
Traceback (most recent call last):
  File "<string>", line 75, in <module>
  File 
"/home/peter/Src/Python/Py_Installer/pyinstaller-2.0/BuildSnglBedDynamic/build/pyi.linux2/BuildSnglBedDynamic/out00-PYZ.pyz/pytz",
 
line 157, in timezone
pytz.UnknownTimeZoneError: 'GMT'

I have seen a number of references to hooks to get around this, but can not 
find the rooks, and solutions I have tried editing the spec file fails.

Does anyone know of a solution to this, thanks

Peter

when I execute the program.


-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/pyinstaller/-/fgnwufbEFYUJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to