[Gambas-user] SHELL command with python does not execute!

Fabien Bodard gambas.fr at ...626...
Thu Feb 11 12:38:42 CET 2010


and why are you using python to create your table ???

Le 11 février 2010 12:35, Benoît Minisini
<gambas at ...1...> a écrit :
>> Hello again,
>>
>> I am using the following code for the creation of a table in a Mysql DB:
>>
>>
>> SHELL"python
>>  /home/delphi/Documents/Apodeixi/dimiourgiaTableMYSQLmePython1.py" IF ERROR
>>  THEN
>>         Message.Error(DConv(Error.Text))
>>       ENDIF
>>
>> The command works perfectly and it creates the table.
>>
>> When I use the same command on a second project it does not execute!
>> With:
>>       python dimiourgiaTableMYSQLmePython1.py it does !
>> (from terminal)
>>
>> Any ideas?
>>
>
> None. You need to give more information about your project, its running
> context, the source code...
>
> --
> Benoît Minisini
>
> ------------------------------------------------------------------------------
> SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
> Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
> http://p.sf.net/sfu/solaris-dev2dev
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>




More information about the User mailing list