Loading pyd fails with "The operating system cannot run %1"

2010-08-03 Thread wazza
Running python 2.6 (r26:66714) on Win Xp Pro SP3, I receive the following message: python -v -v -v >>> import functions . . # trying U:\wss\v72212\components\trm\python\lib\lib\site-packages \_fk_cl.pyd # clear[2] __file__ # clear[2] __package__ # clear[2] __path__ # clear[2] __name__ #

Re: Loading pyd fails with "The operating system cannot run %1"

2010-08-03 Thread wazza
On Aug 4, 1:39 pm, wazza wrote: > Running python 2.6 (r26:66714)  on Win Xp Pro SP3, I receive the > following message: > python -v -v -v>>> import functions > > . > . > > # trying U:\wss\v72212\components\trm\python\lib\lib\site-packages > \_fk_cl.pyd &