illuminatedwax / pesterchum

Instant messaging client copying the look and feel of clients from Andrew Hussie's webcomic Homestuck.
Other
99 stars 50 forks source link

Linux version. says that logs/chums.js is not there #18

Open kingyanno opened 12 years ago

kingyanno commented 12 years ago

i am running ubuntu 11.04. I followed the steps exactly, but when i typed in ./pesterchum on the command line i got this:

File "pesterchum.py", line 2196, in pesterchum = MainProgram() File "pesterchum.py", line 2001, in init self.widget = PesterWindow() File "pesterchum.py", line 969, in init self.chumdb = PesterProfileDB() File "pesterchum.py", line 129, in init fp = open("%s/chums.js" % (self.logpath), 'w') IOError: [Errno 2] No such file or directory: 'logs/chums.js'

illuminatedwax commented 12 years ago

Is the logs/ directory present? If not, create it and it should work.

kingyanno commented 12 years ago

it works now! a thousand thanks and more!