pierrejean-coudert / pwytter

Automatically exported from code.google.com/p/pwytter
0 stars 0 forks source link

Pwytter does not start from desktop or start menu #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Click on Pwytter icon.
2. Get error message.
3. Pwytter does not start.

What is the expected output? What do you see instead?
Instead of launching the program, I get a pop-up window that says "errors
have occurred" and "Please read C:\Program Files\Pwytter\pwytter.exe.log

What version of the product are you using? On what operating system?
Pwytter 0.8 on Windows XP

Please provide any additional information below.
pwytter.exe.log has the following lines in it:

Traceback (most recent call last):
  File "pwytter.py", line 964, in ?
  File "Tkinter.pyc", line 1448, in wm_iconbitmap
_tkinter.TclError: bitmap "media\pwytter.ico" not defined

Original issue reported on code.google.com by yinepuho...@gmail.com on 25 May 2008 at 5:18

GoogleCodeExporter commented 9 years ago
I have the same error as above, but without any output or messages using Ubuntu 
8.04
LTS w/ Gnome and Pwytter v0.8.

Opening up a bash shell any trying to launch reveals the following:
kevin@Proton:~/$ pwytter.py
Traceback (most recent call last):
  File "/usr/bin/pwytter.py", line 5, in <module>
    pkg_resources.run_script('pwytter==0.8', 'pwytter.py')
  File
"/usr/lib/python2.5/site-packages/setuptools-0.6c6-py2.5.egg/pkg_resources.py", 
line
448, in run_script
  File
"/usr/lib/python2.5/site-packages/setuptools-0.6c6-py2.5.egg/pkg_resources.py", 
line
1166, in run_script
  File
"/usr/lib/python2.5/site-packages/pwytter-0.8-py2.5.egg/EGG-INFO/scripts/pwytter
.py",
line 29, in <module>
    import pwSplashScreen
  File "/usr/lib/python2.5/site-packages/pwytter-0.8-py2.5.egg/pwSplashScreen.py",
line 19, in <module>
    from pwytter import __version__ as VERSION
  File "/usr/bin/pwytter.py", line 5, in <module>
    pkg_resources.run_script('pwytter==0.8', 'pwytter.py')
  File
"/usr/lib/python2.5/site-packages/setuptools-0.6c6-py2.5.egg/pkg_resources.py", 
line
448, in run_script
  File
"/usr/lib/python2.5/site-packages/setuptools-0.6c6-py2.5.egg/pkg_resources.py", 
line
1166, in run_script
  File
"/usr/lib/python2.5/site-packages/pwytter-0.8-py2.5.egg/EGG-INFO/scripts/pwytter
.py",
line 30, in <module>
    import twclient
  File "/usr/lib/python2.5/site-packages/pwytter-0.8-py2.5.egg/twclient/__init__.py",
line 20, in <module>
    import pwCache
ImportError: No module named pwCache
kevin@Proton:~/$ 

Seems the installer didn't get this in the right place somehow.

Original comment by kevin.ra...@gmail.com on 13 Jul 2008 at 1:18