PDA

View Full Version : Help! Installing Snowberry (front end for Doomsday)


weblordpepe
July 1st, 2007, 11:12 AM
Help!
Im trying to figure out how to install Snowberry in Ubuntu 7.04. I want to be able to use the Jdoom resource pack & so on.

Now I've been a good wee noob & RTFMed. http://dengine.net/dew/index.php?title=Installation#Snowberry_requirement s
(http://dengine.net/dew/index.php?title=Installation#Snowberry_requirement s)

I have python & wxpython (I think)
I've downloaded snowberry from the SVN.
I have edited snowberry.py to have a #!/usr/bin/python line at the top.
I have made it an executible.


But now I don't understand what the instructions want me to do. I have tried running the snowberry.py file but I get:
Traceback (most recent call last):
File "./snowberry.py", line 26, in <module>
import language, ui, plugins, sb.profdb
File "/home/pepe/Downloads/snowberry/ui.py", line 37, in <module>
import sys, os, wx, string
ImportError: No module named wx

Help, save me Doomsday developers aah! :cry:

asipi
July 2nd, 2007, 02:02 AM
check repositories for wxpython package (I don't know if any and no chance to check atm)
if do not find, try this link:
http://www.wxpython.org/download.php

weblordpepe
July 2nd, 2007, 06:38 AM
HAH!!

You were totally right. Well done. Thanks heaps.