[chirp_devel] ImportError: No module named gtk
I'm trying to develop chirp on windows. I followed the instructions from here: http://chirp.danplanet.com/projects/chirp/wiki/DevelopersWin32Environment. I installed everything described and tried this step:
C:\MyWorkspace> cd chirp.hg C:\MyWorkspace\chirp.hg> python chirpw
When I did I got this error:
C:\Users\rob\Documents\chirp\chirp.hg>python chirpw CHIRP 0.3.0dev on WinVista/7 (Python 2.7.8) Traceback (most recent call last): File "chirpw", line 92, in <module> import gtk ImportError: No module named gtk
C:\Users\rob\Documents\chirp\chirp.hg>python chirpw CHIRP 0.3.0dev on WinVista/7 (Python 2.7.8) Traceback (most recent call last): File "chirpw", line 92, in <module> import gtk ImportError: No module named gtk
C:\Users\rob\Documents\chirp\chirp.hg>
I tried re-installing GTK, but that didn't help. Is there a path variable I need to set so it finds it?
Hi Rob,
Windows 7 64-bit here.
I have these added to my path: ;C:\Program Files\Mercurial;C:\Python27
I don't remember if I added them manually or if they were added by the software installs.
Jim KC9HI
On Tue, Nov 25, 2014 at 1:54 PM, Rob rob@haynesfam.org wrote:
I'm trying to develop chirp on windows. I followed the instructions from here: http://chirp.danplanet.com/projects/chirp/wiki/DevelopersWin32Environment. I installed everything described and tried this step:
C:\MyWorkspace> cd chirp.hg C:\MyWorkspace\chirp.hg> python chirpw
When I did I got this error:
C:\Users\rob\Documents\chirp\chirp.hg>python chirpw CHIRP 0.3.0dev on WinVista/7 (Python 2.7.8) Traceback (most recent call last): File "chirpw", line 92, in <module> import gtk ImportError: No module named gtk
C:\Users\rob\Documents\chirp\chirp.hg>python chirpw CHIRP 0.3.0dev on WinVista/7 (Python 2.7.8) Traceback (most recent call last): File "chirpw", line 92, in <module> import gtk ImportError: No module named gtk
C:\Users\rob\Documents\chirp\chirp.hg>
I tried re-installing GTK, but that didn't help. Is there a path variable I need to set so it finds it?
chirp_devel mailing list chirp_devel@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_devel Developer docs: http://chirp.danplanet.com/projects/chirp/wiki/Developers
I already have python.exe in the path, otherwise I could not execute python.exe.
On 11/25/2014 12:15 PM, Jim Unroe wrote:
Hi Rob,
Windows 7 64-bit here.
I have these added to my path: ;C:\Program Files\Mercurial;C:\Python27
I don't remember if I added them manually or if they were added by the software installs.
Jim KC9HI
On Tue, Nov 25, 2014 at 1:54 PM, Rob rob@haynesfam.org wrote:
I'm trying to develop chirp on windows. I followed the instructions from here: http://chirp.danplanet.com/projects/chirp/wiki/DevelopersWin32Environment. I installed everything described and tried this step:
C:\MyWorkspace> cd chirp.hg C:\MyWorkspace\chirp.hg> python chirpw
When I did I got this error:
C:\Users\rob\Documents\chirp\chirp.hg>python chirpw CHIRP 0.3.0dev on WinVista/7 (Python 2.7.8) Traceback (most recent call last): File "chirpw", line 92, in <module> import gtk ImportError: No module named gtk
C:\Users\rob\Documents\chirp\chirp.hg>python chirpw CHIRP 0.3.0dev on WinVista/7 (Python 2.7.8) Traceback (most recent call last): File "chirpw", line 92, in <module> import gtk ImportError: No module named gtk
C:\Users\rob\Documents\chirp\chirp.hg>
I tried re-installing GTK, but that didn't help. Is there a path variable I need to set so it finds it?
chirp_devel mailing list chirp_devel@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_devel Developer docs: http://chirp.danplanet.com/projects/chirp/wiki/Developers
chirp_devel mailing list chirp_devel@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_devel Developer docs: http://chirp.danplanet.com/projects/chirp/wiki/Developers
I found the issued. I didn't get the all-in-one GTK. Once I did, it worked.
On 11/25/2014 4:08 PM, Rob wrote:
I already have python.exe in the path, otherwise I could not execute python.exe.
On 11/25/2014 12:15 PM, Jim Unroe wrote:
Hi Rob,
Windows 7 64-bit here.
I have these added to my path: ;C:\Program Files\Mercurial;C:\Python27
I don't remember if I added them manually or if they were added by the software installs.
Jim KC9HI
On Tue, Nov 25, 2014 at 1:54 PM, Rob rob@haynesfam.org wrote:
I'm trying to develop chirp on windows. I followed the instructions from here: http://chirp.danplanet.com/projects/chirp/wiki/DevelopersWin32Environment. I installed everything described and tried this step:
C:\MyWorkspace> cd chirp.hg C:\MyWorkspace\chirp.hg> python chirpw
When I did I got this error:
C:\Users\rob\Documents\chirp\chirp.hg>python chirpw CHIRP 0.3.0dev on WinVista/7 (Python 2.7.8) Traceback (most recent call last): File "chirpw", line 92, in <module> import gtk ImportError: No module named gtk
C:\Users\rob\Documents\chirp\chirp.hg>python chirpw CHIRP 0.3.0dev on WinVista/7 (Python 2.7.8) Traceback (most recent call last): File "chirpw", line 92, in <module> import gtk ImportError: No module named gtk
C:\Users\rob\Documents\chirp\chirp.hg>
I tried re-installing GTK, but that didn't help. Is there a path variable I need to set so it finds it?
chirp_devel mailing list chirp_devel@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_devel Developer docs: http://chirp.danplanet.com/projects/chirp/wiki/Developers
chirp_devel mailing list chirp_devel@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_devel Developer docs: http://chirp.danplanet.com/projects/chirp/wiki/Developers
chirp_devel mailing list chirp_devel@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_devel Developer docs: http://chirp.danplanet.com/projects/chirp/wiki/Developers
participants (2)
-
Jim Unroe
-
Rob