On Tue, Sep 26, 2006 at 11:24:44 +0100, Gustavo J. A. M. Carneiro wrote: >On Ter, 2006-09-26 at 11:01 +0100, Magnus Therning wrote: >> I copy-pasted your code into three files here and noticed the same >> behaviour. I then went to the PyORBit doc I keep around [1] and tried >> the Account example. I got that to work by moving the "import CORBA" to >> after the call to "ORBit.load_file". So there shouldn't be something >> inherently preventing you from using attributes. > > You should always import ORBit before CORBA is imported for the first >time. The reason is that "import CORBA" first just imports whatever the >default ORB in your system is.. could be omniorb or something like that. >If you import ORBit first, pyorbit then provides its own replacement >CORBA module.
Hmmm, interesting. The code in the examples used to work, but not any longer. I suppose that's an improvement then :-) /M -- Magnus Therning (OpenPGP: 0xAB4DFBA4) [EMAIL PROTECTED] Jabber: [EMAIL PROTECTED] http://therning.org/magnus Software is not manufactured, it is something you write and publish. Keep Europe free from software patents, we do not want censorship by patent law on written works. "The fronting for the eighty-yard long marble-topped bar had been made by stitching together nearly twenty thousand Antarean Mosaic Lizard skins, despite the fact that the twenty thousand lizards concerned had needed them to keep their insides in." -- The Book decribing Milliways' politically incorrect decor.
pgp3zpGtHtwkg.pgp
Description: PGP signature
_______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
