
New lobby client "framework" is done
Moderator: Moderators
Error in testing!
Your thing causes program error when it exits, I gues something is not right now. :-/
When I get in and out, it says Python.exe program error.
It must have been from some the new code because it has not been happened before.
I wish it's my computer.
When I get in and out, it says Python.exe program error.
It must have been from some the new code because it has not been happened before.
I wish it's my computer.
- dotnetnoobie
- Posts: 3
- Joined: 27 Jun 2005, 08:13
the python client

I have downloaded the phython stuff and installed it
but i can only really see that i could download all the files one but one then try to compoile it somthow...
i have never use any python stuff before, so i really don't know wot i am doing...
could someone plaese provide some Noobie Phython instructions for us PythonNoobies ?
Re: the python client
http://taspring.clan-sy.com/phpbb/viewt ... 8396#18396dotnetnoobie wrote:do u need to download all the files and compile it or somthing like that?
I have downloaded the phython stuff and installed it
but i can only really see that i could download all the files one but one then try to compoile it somthow...
i have never use any python stuff before, so i really don't know wot i am doing...
could someone plaese provide some Noobie Phython instructions for us PythonNoobies ?
Download this, it should save you time. Then look at the first post in the thread on how to install python properly...it isn't too hard. Most of it is point and click. =)
@Cheery: The latest version should fix the crashing problem.
Last edited by Ace07 on 03 Jul 2005, 04:09, edited 2 times in total.
Code: Select all
F:\SprintLobbyInterface>SpringClient.py
Traceback (most recent call last):
File "F:\SprintLobbyInterface\SpringClient.py", line 34, in ?
from gui_lobby import gui_lobby
File "F:\SprintLobbyInterface\gui_lobby.py", line 554
_icon.CopyFromBitmap(wx.Bitmap(os.path.join("resource/xpm/","spring-redlogo.
xpm"), wx.BITMAP_TYPE_XPM))
^
- [K.B.] Napalm Cobra
- Posts: 1222
- Joined: 16 Aug 2004, 06:15
NOTE: I am just going to keep bumping this when I release a new build if that is ok...
The newest release has some commandline-like behavior. You can print internal variables straight to the window and set the variables too. My favorite is being able to open windows even with parts of the program disabled...
/open gui_units
/open gui_host
Look here to find the information on how to download it!
The newest release has some commandline-like behavior. You can print internal variables straight to the window and set the variables too. My favorite is being able to open windows even with parts of the program disabled...
/open gui_units
/open gui_host

Look here to find the information on how to download it!