is it possible to use ironpython 1.1 in visual studio 2005

2007-02-26 Thread jojoba
hi all is it possible to use ironpython 1.1 in visual studio 2005? i have 1.0 running great...but would love to use the newer verision any ideas thank you immenely, jojoba -- http://mail.python.org/mailman/listinfo/python-list

Re: how do you get the name of a dictionary?

2006-08-23 Thread jojoba
osts that would be incurred to have such a feature, and that in fact, such costs might actually nullify any other benefits from having such a feature. Purely a what-if idea from a nascent python programmer. jojoba -- http://mail.python.org/mailman/listinfo/python-list

Re: how do you get the name of a dictionary?

2006-08-23 Thread jojoba
y that we need pass an entire namespace, when a much simpler notion would be to have each object know its own name(s) (even if that name doesnt exist). Now, here's where everyone tells me this isnt possible, and how my statement implies that i have no idea whatsoever of how python wor

Re: how do you get the name of a dictionary?

2006-08-22 Thread jojoba
thanks Steven! that does help! cheers, jojoba o(-_-)o -- http://mail.python.org/mailman/listinfo/python-list

Re: how do you get the name of a dictionary?

2006-08-22 Thread jojoba
> > Wow Fredrick! Are you serious? > > yes. > Thank you for the clear answer. > >> no, you're just wasting a lot of bandwidth making it clear that you just > >> cannot be bothered to learn how things actually work. By the way, what exactly led you

Re: how do you get the name of a dictionary?

2006-08-22 Thread jojoba
the other (sorry if that bothers you) Thats one of my strong suits. In fact, its what led me to study and pursue science. But i digress. Please be nice to me, thats all im asking. I will try to be more concise and do "more" research before bothering others with apparent inadequecies. Thanks, jojoba -- http://mail.python.org/mailman/listinfo/python-list

Re: how do you get the name of a dictionary?

2006-08-22 Thread jojoba
hy do you want to special case dictionaries? If Python is doing it > for dictionaries, sooner or later someone will ask for the names of lists > or any arbitrary object. Good question. Indeed I am not limiting this to dicitonaries, as other data types, lists, tuples, etc. could use this as well. jojoba -- http://mail.python.org/mailman/listinfo/python-list

Re: how do you get the name of a dictionary?

2006-08-22 Thread jojoba
rsten. This would indeed allow me to assign a title for my dicitonaries, but i am looking for something more general.. specfically: given any dictionary, get a name for it. But yeah, your way would totally work! Thanks, jojoba -- http://mail.python.org/mailman/listinfo/python-list

Re: how do you get the name of a dictionary?

2006-08-22 Thread jojoba
ally proven why having such a feature would seriously affect python speed. Any ideas? jojoba o(-_-)o -- http://mail.python.org/mailman/listinfo/python-list

Re: how do you get the name of a dictionary?

2006-08-22 Thread jojoba
I am just pressing a point here. Sorry to ruffle everyone's feathers, but this is a fairly curious problem. Thanks to all, jojoba -- http://mail.python.org/mailman/listinfo/python-list

Re: how do you get the name of a dictionary?

2006-08-21 Thread jojoba
saying that python need not spend its time managing a copious list of names and dictionaries. But does this really entail an overhaul of python to make such a thing happen? Thanks again for the insights, very helpful jojoba o(-_-)o -- http://mail.python.org/mailman/listinfo/python-list

Re: how do you get the name of a dictionary?

2006-08-21 Thread jojoba
addendum: when asking python for the name of a dictionary, it shold return ONE, MANY, or NO strings thanks, jojoba -- http://mail.python.org/mailman/listinfo/python-list

Re: how do you get the name of a dictionary?

2006-08-21 Thread jojoba
aries, but who cares, it is WELL DEFINED (unless i am insane as some of the above posters claim) Please PROVE to me why my question is invalid (or certifiably crazy to some). Thanks to all who could answer me WITH or WITHOUT derision. jojoba -- http://mail.python.org/mailman/listinfo/python-list

how do you get the name of a dictionary?

2006-08-18 Thread jojoba
Hello! Does anyone know how to find the name of a python data type. Conside a dictionary: Banana = {} Then, how do i ask python for a string representing the name of the above dictionary (i.e. 'Banana')? thanks to anyone who has time to answer this nube question! jojoba

Re: idea on how to get/set nested python dictionary values

2006-08-15 Thread jojoba
Once again, Thanks to all I did not expect to receive such a response. Very very helpful indeed, jojoba o(-_-)o -- http://mail.python.org/mailman/listinfo/python-list

Re: idea on how to get/set nested python dictionary values

2006-08-15 Thread jojoba
hey thank you so much! that should work fantastically i like your method much better more elegant thanks! jojoba =) -- http://mail.python.org/mailman/listinfo/python-list

Re: idea on how to get/set nested python dictionary values

2006-08-15 Thread jojoba
... -- http://mail.python.org/mailman/listinfo/python-list

idea on how to get/set nested python dictionary values

2006-08-15 Thread jojoba
ound dictionary references how is this working shouldn't my line above: Data = Data[ParamList[i]] screw up my original Data dictionary Thanks to anyone with comments on this By the way, i love the idea of using tuples as keys, but my code is so far along that i dont wanna switch to that e

Re: why did wxpython MakeActiveXclass stopped working?!?!!?!?

2006-08-06 Thread jojoba
y2exe distributable with older pywin32 and older wxpython. This makes me think that one of the newer versions of pywin32 or wxpython is giving me that error trouble. Any other ideas on how to rectify this? Thanks again, jojoba Philippe Martin wrote: > Philippe Martin wrote: > >

why did wxpython MakeActiveXclass stopped working?!?!!?!?

2006-08-06 Thread jojoba
f.WindowsMediaPlayerTopSizer.Add(self.Player, 1, wxEXPAND) Any ideas anyone...i have reinstalled wxpython to no availPlease help anyone thanks, jojoba -- http://mail.python.org/mailman/listinfo/python-list

Re: can wxpython checkbox use the "fill in" marker instead of the "check"?

2006-07-26 Thread jojoba
no problem...thank you -- http://mail.python.org/mailman/listinfo/python-list

can wxpython checkbox use the "fill in" marker instead of the "check"?

2006-07-25 Thread jojoba
hello all, does anyone know if, for a 2-state checkbox, you can use the "fill in" marker from the 3-state checkbox, instead of a checkmark i just like the look of the "fill-in" instead of the checkmark Thanks, jojoba -- http://mail.python.org/mailman/listinfo/python-list

WxPython question re: embedded activex internet explorer and excel

2006-03-01 Thread jojoba
com error saying the "Workbook Activate method failed" Is there any way for me to get out of this? Does anyone have any idea how to bring other workbooks into focus using this activex scheme? Or am i approaching this from the completely wrong angle? thanks to anyone who can get past

Re: an intriguing wifi http server mystery...please help

2005-12-02 Thread jojoba
the other computer is the server. How can this be, given that this asymmetry does not exist when both computers are wired. Please let me know if you need any more information, Thanks again to all who have been helping with this, jojoba -- http://mail.python.org/mailman/listinfo/python-list

Re: an intriguing wifi http server mystery...please help

2005-12-01 Thread jojoba
lookup? Thanks for all the suggestions, jojoba -- http://mail.python.org/mailman/listinfo/python-list

Re: an intriguing wifi http server mystery...please help

2005-11-30 Thread jojoba
client), but slow when both computers are wireless and the desktop is the client (while the laptop is the server). I guess i am just curious as to what possible thing (most likely in software, as we have discovered) could cause this assymetry. Thanks for any ideas, jojoba -- http

Re: an intriguing wifi http server mystery...please help

2005-11-30 Thread jojoba
Thanks Istvan, But if it's a problem with the software, why does the server work great when wired (i.e. not wireless)...that's the weird part. Thanks again, jojoba -- http://mail.python.org/mailman/listinfo/python-list

Re: an intriguing wifi http server mystery...please help

2005-11-30 Thread jojoba
ble!) Note: this is for the condition that is SLOW. Hope this helps Thanks again, jojoba -- http://mail.python.org/mailman/listinfo/python-list

Re: an intriguing wifi http server mystery...please help

2005-11-30 Thread jojoba
ic. Thanks again for the rapid response! jojoba -- http://mail.python.org/mailman/listinfo/python-list

an intriguing wifi http server mystery...please help

2005-11-29 Thread jojoba
d computer speed cannot matter here, right, since, in the wired conditions, both computers performed equally. The server is almost entirely based on the server found at: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/259148 If anyone has a clue, please tell. Thanks, jojoba