Re: Some of us still using Lyntin.
Andre Miller <[email protected]> Tue, 23 Jun 2009 10:46:18 +0200
| Newsgroups | gmane.comp.games.mud.client.lyntin |
|---|---|
| Message-ID | <[email protected]> |
--===============6517585828748818780== Content-Type: multipart/alternative; boundary=00504502ba45383dcd046d0006c0 --00504502ba45383dcd046d0006c0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi Mac, That is very strange, I know at least on the Windows Python distribution that Tk is included. I'm currently using 2.6 with Lyntin. Python 3.0 has a few backwards incompatible changes so I try to avoid it for now as a few other Python libraries/frameworks I use doesn't work with Python 3.0 yet. Also, I was going to suggest that the next time you try to manually import the UI module from the textui using something like #@ import lyntin.ui.tkui This will give you a better trace to figure out what the problem is with a UI. Lyntin will say that the UI was not found when in fact it was there, but had problems being loaded. Manually importing the ui module will give you some better error messages to debug the problem with. Regards, Andre' 2009/6/23 Mac Daddy <[email protected]> > Hehe I figured it out, after try python 2.5, 2.6, and 3. Sorry for > spamming. I had to install tkinter. I just think that should be stock. > > Cheers > > Sent from my iPhone. > > On Jun 23, 2009, at 1:02 AM, Jalisco Matamoscas <[email protected]> wrote: > > > Hi Andre, > > ..and Welcome =) > > > > I still play with Lyntin, pretty much for the same reasons that you > > do. > > Lyntin was left wonderfully - imho, but unfortunately, no one is > > maintaining > > it at the moment. I am still trying to get a decent grasp of Python > > myself...so unfortunately, I cannot be of much help - atm. Usually, > > if you > > look at the history of notes, mostly they are to myself, or so dumb (I > > later > > figure out) that thankfully no one responds rudely =) > > > > Now, to my question...I have used Lyntin over the past few months on > > Mac > > OS X > > (really, the only decent client), with Python 2.5 and 2.6. Tkui did > > not > > work, > > got some kind of funny error. > > > > Lately, I have been using Linux, and I had no problems running Tkui on > > Python > > 2.5. But, now that I am running 2.6.2, I cannot start tkui =( I get a > > different error than I got on the Mac, but maybe someone can help me > > out. Tkui > > rocks, and I wouldn't mind using it again... > > > > Here it is in it's entirety (thankfully, kind of brief): > > > > e@KubuntuBox://home/e$ runlyntin -ui tk > > Cannot start 'tk': ui 'tkui' does not exist. > > Traceback (most recent call last): > > File "/usr/local/lib/python2.6/dist-packages/lyntin-4.2- > > py2.6.egg/lyntin/engine.py", line 1037, in main > > uiinstance = base.get_ui(modulename) > > File "/usr/local/lib/python2.6/dist-packages/lyntin-4.2- > > py2.6.egg/lyntin/ui/base.py", line 34, in get_ui > > raise ValueError("ui '%s' does not exist." % uiname) > > ValueError: ui 'tkui' does not exist. > > Traceback (most recent call last): > > File "/usr/local/lib/python2.6/dist-packages/lyntin-4.2- > > py2.6.egg/lyntin/engine.py", line 1043, in main > > sys.exit(0) > > SystemExit: 0 > > goodbye. > > > > > > Any help would be greatly appreciated... > > > > Thanks > > > > > > --- > > --- > > --- > > --------------------------------------------------------------------- > > Are you an open source citizen? Join us for the Open Source Bridge > > conference! > > Portland, OR, June 17-19. Two days of sessions, one day of > > unconference: $250. > > Need another reason to go? 24-hour hacker lounge. Register today! > > > http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org > > _______________________________________________ > > Lyntin-devl mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/lyntin-devl > > > ------------------------------------------------------------------------------ > Are you an open source citizen? Join us for the Open Source Bridge > conference! > Portland, OR, June 17-19. Two days of sessions, one day of unconference: > $250. > Need another reason to go? 24-hour hacker lounge. Register today! > > http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org > _______________________________________________ > Lyntin-devl mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/lyntin-devl > --00504502ba45383dcd046d0006c0 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Mac,<div><br></div><div>That is very strange, I know at least on the Win= dows Python distribution that Tk is included.</div><div><br></div><div>I= 9;m currently using 2.6 with Lyntin. Python 3.0 has a few backwards incompa= tible changes so I try to avoid it for now as a few other Python libraries/= frameworks I use doesn't work with Python 3.0 yet.</div> <div><br></div><div>Also, I was going to suggest that the next time you try= to manually import the UI module from the textui using something like #@ i= mport lyntin.ui.tkui</div><div><br></div><div>This will give you a better t= race to figure out what the problem is with a UI. Lyntin will say that the = UI was not found when in fact it was there, but had problems being loaded. = Manually importing the ui module will give you some better error messages t= o debug the problem with.</div> <div><br></div><div>Regards,</div><div>Andre'<br><br><div class=3D"gmai= l_quote">2009/6/23 Mac Daddy <span dir=3D"ltr"><<a href=3D"mailto:macpim= [email protected]">[email protected]</a>></span><br><blockquote class=3D"gmail_quote= " style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"> Hehe I figured it out, after try python 2.5, 2.6, and 3. =A0Sorry for<br> spamming. I had to install tkinter. I just think that should be stock.<br> <br> Cheers<br> <br> Sent from my iPhone.<br> <div><div></div><div class=3D"h5"><br> On Jun 23, 2009, at 1:02 AM, Jalisco Matamoscas <<a href=3D"mailto:macpi= [email protected]">[email protected]</a>> wrote:<br> <br> > Hi Andre,<br> > ..and Welcome =3D)<br> ><br> > I still play with Lyntin, pretty much for the same reasons that you<br= > > do.<br> > Lyntin was left wonderfully - imho, but unfortunately, no one is<br> > maintaining<br> > it at the moment. I am still trying to get a decent grasp of Python<br= > > myself...so unfortunately, I cannot be of much help - atm. Usually,<br= > > if you<br> > look at the history of notes, mostly they are to myself, or so dumb (I= <br> > later<br> > figure out) that thankfully no one responds rudely =3D)<br> ><br> > Now, to my question...I have used Lyntin over the past few months on<b= r> > Mac<br> > OS X<br> > (really, the only decent client), with Python 2.5 and 2.6. =A0Tkui did= <br> > not<br> > work,<br> > got some kind of funny error.<br> ><br> > Lately, I have been using Linux, and I had no problems running Tkui on= <br> > Python<br> > 2.5. =A0But, now that I am running 2.6.2, I cannot start tkui =3D( I g= et a<br> > different error than I got on the Mac, but maybe someone can help me<b= r> > out. Tkui<br> > rocks, and I wouldn't mind using it again...<br> ><br> > Here it is in it's entirety (thankfully, kind of brief):<br> ><br> > e@KubuntuBox://home/e$ runlyntin -ui tk<br> > Cannot start 'tk': ui 'tkui' does not exist.<br> > Traceback (most recent call last):<br> > =A0File "/usr/local/lib/python2.6/dist-packages/lyntin-4.2-<br> > py2.6.egg/lyntin/engine.py", line 1037, in main<br> > =A0 =A0uiinstance =3D base.get_ui(modulename)<br> > =A0File "/usr/local/lib/python2.6/dist-packages/lyntin-4.2-<br> > py2.6.egg/lyntin/ui/base.py", line 34, in get_ui<br> > =A0 =A0raise ValueError("ui '%s' does not exist." % = uiname)<br> > ValueError: ui 'tkui' does not exist.<br> > Traceback (most recent call last):<br> > =A0File "/usr/local/lib/python2.6/dist-packages/lyntin-4.2-<br> > py2.6.egg/lyntin/engine.py", line 1043, in main<br> > =A0 =A0sys.exit(0)<br> > SystemExit: 0<br> > goodbye.<br> ><br> ><br> > Any help would be greatly appreciated...<br> ><br> > Thanks<br> ><br> ><br> > ---<br> > ---<br> > ---<br> > ---------------------------------------------------------------------<= br> > Are you an open source citizen? Join us for the Open Source Bridge<br> > conference!<br> > Portland, OR, June 17-19. Two days of sessions, one day of<br> > unconference: $250.<br> > Need another reason to go? 24-hour hacker lounge. Register today!<br> > <a href=3D"http://ad.doubleclick.net/clk;215844324;13503038;v?http://o= pensourcebridge.org" target=3D"_blank">http://ad.doubleclick.net/clk;215844= 324;13503038;v?http://opensourcebridge.org</a><br> > _______________________________________________<br> > Lyntin-devl mailing list<br> > <a href=3D"mailto:[email protected]">Lyntin-devl@lists= .sourceforge.net</a><br> > <a href=3D"https://lists.sourceforge.net/lists/listinfo/lyntin-devl" t= arget=3D"_blank">https://lists.sourceforge.net/lists/listinfo/lyntin-devl</= a><br> <br> ---------------------------------------------------------------------------= ---<br> Are you an open source citizen? Join us for the Open Source Bridge conferen= ce!<br> Portland, OR, June 17-19. Two days of sessions, one day of unconference: $2= 50.<br> Need another reason to go? 24-hour hacker lounge. Register today!<br> <a href=3D"http://ad.doubleclick.net/clk;215844324;13503038;v?http://openso= urcebridge.org" target=3D"_blank">http://ad.doubleclick.net/clk;215844324;1= 3503038;v?http://opensourcebridge.org</a><br> _______________________________________________<br> Lyntin-devl mailing list<br> <a href=3D"mailto:[email protected]">[email protected]= ceforge.net</a><br> <a href=3D"https://lists.sourceforge.net/lists/listinfo/lyntin-devl" target= =3D"_blank">https://lists.sourceforge.net/lists/listinfo/lyntin-devl</a><br= > </div></div></blockquote></div><br></div> --00504502ba45383dcd046d0006c0-- --===============6517585828748818780== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------------ Are you an open source citizen? Join us for the Open Source Bridge conference! Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250. Need another reason to go? 24-hour hacker lounge. Register today! http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org --===============6517585828748818780== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Lyntin-devl mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lyntin-devl --===============6517585828748818780==--