Re: generating objects of a type from a name.

2007-07-27 Thread chris . lyon
On Jul 27, 1:59 am, tsuraan <[EMAIL PROTECTED]> wrote: > I'm not sure what a visual object is, but to create an instance of an > object whose name is known, you can use "eval": > > >>> oname = 'list' > >>> obj = eval(oname)() > >>> obj > [] > >>> type(obj) > > > > Hope that helps! > > On 26/07/07,

generating objects of a type from a name.

2007-07-26 Thread chris . lyon
I'm trying to generate visual python objects from django objects and therefore have objects called 'Ring' and 'Cylinder' as django objects and I want to create objects of those names in visual. I can cludge it in varius ways by using dir and lots of if lookups but is there a way of doing this tha

Dallas One wire tempreture measurement.

2006-08-08 Thread chris . lyon
a previous thread http://mail.python.org/pipermail/python-list/2002-June/107616.html discussed this issue, and Dave Moor kindly pointed to his solution. However this is no longer a current link, does anyone know if there is a currently available solution? -- http://mail.python.org/mailman/list

Re: Library Naming Conventions.

2005-05-10 Thread chris . lyon
quoting: Modules should have short, lowercase names, without underscores. this still doesn't explain Cookie. [EMAIL PROTECTED] wrote: > see http://www.python.org/peps/pep-0008.html for naming conventions and > other style issues -- http://mail.python.org/mailman/listinfo/python-list

Library Naming Conventions.

2005-04-30 Thread chris . lyon
Is there any specific naming convention as to capitalisation? Cookies versus cgi for example. -- http://mail.python.org/mailman/listinfo/python-list

Re: xmlrpclib question

2004-12-21 Thread chris . lyon
Have you left localhost/127.0.0.1 in the server command? try replacing it with an empty string. -- http://mail.python.org/mailman/listinfo/python-list

Re: from string to raw string

2004-12-14 Thread chris . lyon
Dan Perl wrote: > Yeah, you're right. I got it all twisted in my mind. It's late and I must > be getting tired. > Perl & Twisted in the same thread, that should fool the search engines :D -- http://mail.python.org/mailman/listinfo/python-list