View unanswered posts | View active topics It is currently Thu Mar 28, 2024 1:04 pm



Post new topic Reply to topic  [ 31 posts ]  Go to page 1, 2, 3, 4  Next
 Open RPG Won't Run Part 2 
Author Message

Joined: Sun Aug 08, 2010 6:34 pm
Posts: 18
Post Open RPG Won't Run Part 2
ok so it ran the first time i opened it i then locked the topic as i was done... then my computer had to be restarted ...started open rpg again and got this



Traceback (most recent call last):
File "C:\Users\Public\OpenRPG\orpg\tools\decorators.py", line 106, in new_func
return func(*args, **kwargs)
File "C:\Users\Public\OpenRPG\orpg\main.py", line 1315, in AfterSplash
self.frame = orpgFrame(None, wx.ID_ANY, CLIENT_STRING)
File "C:\Users\Public\OpenRPG\orpg\tools\decorators.py", line 106, in new_func
return func(*args, **kwargs)
File "C:\Users\Public\OpenRPG\orpg\main.py", line 121, in __init__
self.build_gui()
File "C:\Users\Public\OpenRPG\orpg\tools\decorators.py", line 106, in new_func
return func(*args, **kwargs)
File "C:\Users\Public\OpenRPG\orpg\main.py", line 731, in build_gui
self.build_window(c, self)
File "C:\Users\Public\OpenRPG\orpg\tools\decorators.py", line 106, in new_func
return func(*args, **kwargs)
File "C:\Users\Public\OpenRPG\orpg\main.py", line 867, in build_window
wx.DefaultSize)
File "C:\Users\Public\OpenRPG\orpg\tools\decorators.py", line 106, in new_func
return func(*args, **kwargs)
File "C:\Users\Public\OpenRPG\orpg\chat\chatwnd.py", line 332, in __init__
orpgTabberWnd.__init__(self, parent, True, size=size, style=FNB.FNB_DROPDOWN_TABS_LIST|FNB.FNB_NO_NAV_BUTTONS|FNB.FNB_MOUSE_MIDDLE_CLOSES_TABS)
File "C:\Users\Public\OpenRPG\orpg\orpg_windows.py", line 95, in __init__
'slanted&colorful': FNB.FNB_VC8|FNB.FNB_COLORFUL_TABS,
AttributeError: 'module' object has no attribute 'FNB_COLORFUL_TABS'


Mon Aug 09, 2010 2:08 am
Profile
User avatar

Joined: Wed Dec 09, 2009 9:39 pm
Posts: 712
Post Re: Open RPG Won't Run Part 2
That is a problem with wx.Python 2.8.11. If you install an older version, 2.8.10 or even 2.8.9.1 you should be able to get it working.

Where did you read the installation instructions?

_________________
I ate your Death Knell.
The Traipse Movement
Please show your support for Traipse OpenRPG http://www.facebook.com/MadMathLabs
Send me Traipse OpenRPG Ideas, Bugs, Complaints, Praises here: https://getsatisfaction.com/mml


Mon Aug 09, 2010 2:18 am
Profile YIM WWW

Joined: Sun Aug 08, 2010 6:34 pm
Posts: 18
Post Re: Open RPG Won't Run Part 2
didn't know they were any i just installed all the stuff from the websiite
know where to get wxpython2.8.10


Mon Aug 09, 2010 2:26 am
Profile
User avatar

Joined: Wed Dec 09, 2009 9:39 pm
Posts: 712
Post Re: Open RPG Won't Run Part 2
Which site?

wx.Python 2.8.10.1 (exe file) http://traipse.assembla.com/spaces/trai ... mFeJe5aVNr

_________________
I ate your Death Knell.
The Traipse Movement
Please show your support for Traipse OpenRPG http://www.facebook.com/MadMathLabs
Send me Traipse OpenRPG Ideas, Bugs, Complaints, Praises here: https://getsatisfaction.com/mml


Mon Aug 09, 2010 2:35 am
Profile YIM WWW

Joined: Sun Aug 08, 2010 6:34 pm
Posts: 18
Post Re: Open RPG Won't Run Part 2
Ones on the openrpg website


Mon Aug 09, 2010 3:02 am
Profile
User avatar

Joined: Wed Dec 09, 2009 9:39 pm
Posts: 712
Post Re: Open RPG Won't Run Part 2
I can't find a link to wx.Python 2.8.11. Maybe you could link to the openrpg site that you got it from.
So have you tried the link I sent you? Is that working?

_________________
I ate your Death Knell.
The Traipse Movement
Please show your support for Traipse OpenRPG http://www.facebook.com/MadMathLabs
Send me Traipse OpenRPG Ideas, Bugs, Complaints, Praises here: https://getsatisfaction.com/mml


Mon Aug 09, 2010 3:29 am
Profile YIM WWW

Joined: Sun Aug 08, 2010 6:34 pm
Posts: 18
Post Re: Open RPG Won't Run Part 2
i installed the link you gave me to python and im still getting the errors


Mon Aug 09, 2010 3:41 am
Profile
User avatar

Joined: Wed Dec 09, 2009 9:39 pm
Posts: 712
Post Re: Open RPG Won't Run Part 2
I've fixed this error before. You can edit the source: viewtopic.php?f=4&t=323&hilit=FNB_COLORFUL_TABS

to fix it you can read how it was fixed: viewtopic.php?f=4&t=361&hilit=FNB_COLORFUL_TABS

You've already tried the second option but you can read through the thread. You must have done something incorrect if you have fixed the error.

Third option is to look at the crash-report.txt file and post it's contents.

_________________
I ate your Death Knell.
The Traipse Movement
Please show your support for Traipse OpenRPG http://www.facebook.com/MadMathLabs
Send me Traipse OpenRPG Ideas, Bugs, Complaints, Praises here: https://getsatisfaction.com/mml


Mon Aug 09, 2010 3:49 am
Profile YIM WWW

Joined: Sun Aug 08, 2010 6:34 pm
Posts: 18
Post Re: Open RPG Won't Run Part 2
where would i install this i think i placed it in the wrong folder


Mon Aug 09, 2010 3:55 am
Profile
User avatar

Joined: Wed Dec 09, 2009 9:39 pm
Posts: 712
Post Re: Open RPG Won't Run Part 2
wx.Python is an addition to Python. it should install where you installed Python.

_________________
I ate your Death Knell.
The Traipse Movement
Please show your support for Traipse OpenRPG http://www.facebook.com/MadMathLabs
Send me Traipse OpenRPG Ideas, Bugs, Complaints, Praises here: https://getsatisfaction.com/mml


Mon Aug 09, 2010 3:57 am
Profile YIM WWW
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 31 posts ]  Go to page 1, 2, 3, 4  Next


Who is online

Users browsing this forum: No registered users and 21 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by Vjacheslav Trushkin for Free Forums/DivisionCore.