Problems executing a subprogram from Python in Windows

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sebastien Dupont
    New Member
    • Jul 2006
    • 1

    #1

    Problems executing a subprogram from Python in Windows

    Hi,

    I'm having a problem with executing a subprogram from a Python script. The subprogram is written in VBS (os = Win Server 2003).

    When I execute the Python script manually, the VBS script works perfectly :) .
    When I execute the Python script through the Windows scheduler, the VBS script doesn't launch :( .
    More precisely, it doesn't launch under a normal windows user, but it works under an administrator windows account.
    It is obviously linked to right access.

    Have you had this problem ? How did you get it (it has to work through normal user ...) ?

    Thanks for your help.

    Sebastien
    PS : I'm using Python 2.1 (it is provided by an editor)
Working...