Re: Unable to register com component built with python2.7

2011-02-05 Thread sniffer
Stephen thanks for your reply but my python installation directory is in my path any other pointers -- http://mail.python.org/mailman/listinfo/python-list

Unable to register com component built with python2.7

2011-02-05 Thread sniffer
Hi all, I have built a com component using python2.7 on win 7 but the component refuses to register ,every time i try to register it says the specified module could not be found unable to load python.dll ,i also tried building the same com server with python2.7 again on a win- xp system but to no

Re: user rights and python com servers

2010-04-16 Thread sniffer
On Apr 16, 10:48 am, Mark Hammond wrote: > On 16/04/2010 2:40 PM, sniffer wrote: > > > Thanks Mark, > >   just one question does the explanation given above by you also apply > > to winxp systems in a domain, > > Yeah - IIRC, domain users can't change much of t

Re: user rights and python com servers

2010-04-15 Thread sniffer
On Apr 16, 6:01 am, Mark Hammond wrote: > On 15/04/2010 6:05 PM, sniffer wrote: > > > hi all, > > i am facing a peculiar problem with a python com server i've developed > > the com server runs fine in winxp  standalone systems but if the > > system is part o

user rights and python com servers

2010-04-15 Thread sniffer
hi all, i am facing a peculiar problem with a python com server i've developed the com server runs fine in winxp standalone systems but if the system is part of a domain then until the logged in user is given power user rights i am unable to register the dll using regsvr32 , a similar problem i fa

Re: dBase III files and Visual Foxpro 6 files

2008-12-08 Thread sniffer
On Dec 8, 7:44 pm, Ethan Furman <[EMAIL PROTECTED]> wrote: > sniffer wrote: > > On Dec 8, 12:53 pm, Ethan Furman <[EMAIL PROTECTED]> wrote: > >> Greetings All! > > >> I nearly have support complete for dBase III dbf/dbt files -- just > >> wrappi

Re: dBase III files and Visual Foxpro 6 files

2008-12-08 Thread sniffer
On Dec 8, 12:53 pm, Ethan Furman <[EMAIL PROTECTED]> wrote: > Greetings All! > > I nearly have support complete for dBase III dbf/dbt files -- just > wrapping up support for dates.  The null value has been a hindrance for > awhile but I nearly have that solved as well. > > For any who know of a coo

Re: infering the number of args a function takes at runtime

2008-12-08 Thread sniffer
On Dec 8, 9:39 am, sniffer <[EMAIL PROTECTED]> wrote: > hi all, > i am a python newbie, in a project currently doing i need to find out > the number of arguments that a function takes at runtime.? Is this > possible ,if so how do i do this,i ve looked through the python > docu

infering the number of args a function takes at runtime

2008-12-07 Thread sniffer
hi all, i am a python newbie, in a project currently doing i need to find out the number of arguments that a function takes at runtime.? Is this possible ,if so how do i do this,i ve looked through the python documentation but couldnt find anything.any help will be great TIA -- http://mail.python

python-com and vista

2008-04-08 Thread sniffer
hi all, the problem i am facing is as follows:- i have created a com component in python this registers and works fine on winxp and stuff but on vista i need to turn off user account control to get the component registered and every time i need to use the component i again have to turn it UAC off