<div dir="ltr">Hey everyone. This is my first time on one these mailing lists. I have no idea what I'm doing. I've been looking for a fairly simple GUI module for a little project I'm working on, and PyGUI sounded really good. But I can't get it to work. I'm using windows7, python 3.3 and I've got pywin installed. I'm using 64 bit versions.<div>
<br></div><div>When I type "import GUI" in Idle, I get this error message:</div><div><br></div><div><div>Traceback (most recent call last):</div><div>  File "<pyshell#0>", line 1, in <module></div>
<div>    import GUI</div><div>  File "C:\Python33\lib\site-packages\GUI\__init__.py", line 94, in <module></div><div>    import GUI.Application</div><div>  File "C:\Python33\lib\site-packages\GUI\Application.py", line 11, in <module></div>
<div>    from GUI.GApplications import Application as GApplication</div><div>  File "C:\Python33\lib\site-packages\GUI\GApplications.py", line 14, in <module></div><div>    from GUI.Printing import PageSetup, present_page_setup_dialog</div>
<div>  File "C:\Python33\lib\site-packages\GUI\Printing.py", line 11, in <module></div><div>    from GUI import Canvas</div><div>  File "C:\Python33\lib\site-packages\GUI\Canvas.py", line 15, in <module></div>
<div>    from GUI.StdFonts import application_font</div><div>  File "C:\Python33\lib\site-packages\GUI\StdFonts.py", line 9, in <module></div><div>    from GUI import Font</div><div>  File "C:\Python33\lib\site-packages\GUI\Font.py", line 56, in <module></div>
<div>    pywin32_info = api.GetFileVersionInfo(api.__file__, '\\')</div><div>pywintypes.error: (1813, 'GetFileVersionInfo:GetFileVersionInfoSize', 'The specified resource type cannot be found in the image file.')</div>
</div><div><br></div><div>If someone could help me with this, I'd appreciate it greatly.</div></div>