|
From: Michael F. <fuz...@vo...> - 2012-09-07 18:26:00
|
On 7 Sep 2012, at 19:08, Avery Penniston <ape...@ge...> wrote: > Is there a build of ConfigObj out there that works with 64-bit Python v2.7? > > I tried installing ConfigObj on top of a flavor of x64 Python 2.7 and it doesn’t work…says it can’t find the ConfigObj module – I’m assuming because ConfigObj is 32-bit only, is that right? ConfigObj is pure Python and so will work fine with 64bit Python. I don't know why your install didn't work though. Note that although the library is referred to as "ConfigObj" the module is actually named "configobj". Confusing I know, my apologies. All the best, Michael Foord > > Thanks, > > Avery > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________ > Configobj-develop mailing list > Con...@li... > https://lists.sourceforge.net/lists/listinfo/configobj-develop -- http://www.voidspace.org.uk/ May you do good and not evil May you find forgiveness for yourself and forgive others May you share freely, never taking more than you give. -- the sqlite blessing http://www.sqlite.org/different.html |