Re: python module doesn't load in softimage

2014-09-04 Thread Halim Negadi
Well, I found the problem.. with pulled the latest gear_mc from github and
the path of the libraries changed. for some reason both were not working
anymore. Just changed the paths for gear_mc and everything works fine now
:)


On Thu, Sep 4, 2014 at 4:36 PM, Eric Thivierge 
wrote:

> Are you sure that Softimage is set to use the system python and not the
> built in python? Not sure what to say after that.
>
>
> On Thursday, September 04, 2014 10:30:36 AM, Halim Negadi wrote:
>
>> It's an autogenerated module by swagger codegen
>> (https://github.com/wordnik/swagger-codegen)
>> By the way, the module loads fine on another windows install... I love
>> this os.
>>
>> Thank you for answering and sorry for the delay, I was off on meetings
>> all week.
>>
>>
>>
>> On Mon, Sep 1, 2014 at 7:03 PM, Eric Thivierge > > wrote:
>>
>> I'd check other modules you've imported into the one you're
>> importing. Sometimes Softimage tells you there is a syntax error
>> but it's in a module that was imported by the one you're importing.
>>
>> 
>> Eric Thivierge
>> http://www.ethivierge.com
>>
>>
>> On Mon, Sep 1, 2014 at 12:41 PM, Alok Gandhi
>> mailto:alok.gandhi2...@gmail.com>> wrote:
>>
>> Can you post some more details, which module and exact traceback?
>>
>> Sent from my iPhone
>>
>> > On 01-Sep-2014, at 8:01 pm, Halim Negadi > > wrote:
>> >
>> > Hello,
>> >
>> > I have a module that loads in standalone windows 2.7.8
>> python console but raises an invalid syntax error inside
>> softimage. I use Softimage 2013 sp1 64 bits and made sure the
>> scripting preferences are set not to use python shipped with
>> softimage.
>> >
>> > Any idea ?
>> >
>> > Thank you.
>> >
>> > -H.
>>
>>
>>
>>
>


Re: python module doesn't load in softimage

2014-09-04 Thread Eric Thivierge
Are you sure that Softimage is set to use the system python and not the 
built in python? Not sure what to say after that.


On Thursday, September 04, 2014 10:30:36 AM, Halim Negadi wrote:

It's an autogenerated module by swagger codegen
(https://github.com/wordnik/swagger-codegen)
By the way, the module loads fine on another windows install... I love
this os.

Thank you for answering and sorry for the delay, I was off on meetings
all week.



On Mon, Sep 1, 2014 at 7:03 PM, Eric Thivierge mailto:ethivie...@gmail.com>> wrote:

I'd check other modules you've imported into the one you're
importing. Sometimes Softimage tells you there is a syntax error
but it's in a module that was imported by the one you're importing.


Eric Thivierge
http://www.ethivierge.com


On Mon, Sep 1, 2014 at 12:41 PM, Alok Gandhi
mailto:alok.gandhi2...@gmail.com>> wrote:

Can you post some more details, which module and exact traceback?

Sent from my iPhone

> On 01-Sep-2014, at 8:01 pm, Halim Negadi mailto:hneg...@gmail.com>> wrote:
>
> Hello,
>
> I have a module that loads in standalone windows 2.7.8
python console but raises an invalid syntax error inside
softimage. I use Softimage 2013 sp1 64 bits and made sure the
scripting preferences are set not to use python shipped with
softimage.
>
> Any idea ?
>
> Thank you.
>
> -H.







Re: python module doesn't load in softimage

2014-09-04 Thread Halim Negadi
It's an autogenerated module by swagger codegen (
https://github.com/wordnik/swagger-codegen)
By the way, the module loads fine on another windows install... I love this
os.

Thank you for answering and sorry for the delay, I was off on meetings all
week.



On Mon, Sep 1, 2014 at 7:03 PM, Eric Thivierge  wrote:

> I'd check other modules you've imported into the one you're importing.
> Sometimes Softimage tells you there is a syntax error but it's in a module
> that was imported by the one you're importing.
>
> 
> Eric Thivierge
> http://www.ethivierge.com
>
>
> On Mon, Sep 1, 2014 at 12:41 PM, Alok Gandhi 
> wrote:
>
>> Can you post some more details, which module and exact traceback?
>>
>> Sent from my iPhone
>>
>> > On 01-Sep-2014, at 8:01 pm, Halim Negadi  wrote:
>> >
>> > Hello,
>> >
>> > I have a module that loads in standalone windows 2.7.8 python console
>> but raises an invalid syntax error inside softimage. I use Softimage 2013
>> sp1 64 bits and made sure the scripting preferences are set not to use
>> python shipped with softimage.
>> >
>> > Any idea ?
>> >
>> > Thank you.
>> >
>> > -H.
>>
>>
>


Re: python module doesn't load in softimage

2014-09-01 Thread Eric Thivierge
I'd check other modules you've imported into the one you're importing.
Sometimes Softimage tells you there is a syntax error but it's in a module
that was imported by the one you're importing.


Eric Thivierge
http://www.ethivierge.com


On Mon, Sep 1, 2014 at 12:41 PM, Alok Gandhi 
wrote:

> Can you post some more details, which module and exact traceback?
>
> Sent from my iPhone
>
> > On 01-Sep-2014, at 8:01 pm, Halim Negadi  wrote:
> >
> > Hello,
> >
> > I have a module that loads in standalone windows 2.7.8 python console
> but raises an invalid syntax error inside softimage. I use Softimage 2013
> sp1 64 bits and made sure the scripting preferences are set not to use
> python shipped with softimage.
> >
> > Any idea ?
> >
> > Thank you.
> >
> > -H.
>
>


Re: python module doesn't load in softimage

2014-09-01 Thread Alok Gandhi
Can you post some more details, which module and exact traceback?

Sent from my iPhone

> On 01-Sep-2014, at 8:01 pm, Halim Negadi  wrote:
> 
> Hello,
> 
> I have a module that loads in standalone windows 2.7.8 python console but 
> raises an invalid syntax error inside softimage. I use Softimage 2013 sp1 64 
> bits and made sure the scripting preferences are set not to use python 
> shipped with softimage.
> 
> Any idea ?
> 
> Thank you.
> 
> -H.



python module doesn't load in softimage

2014-09-01 Thread Halim Negadi
Hello,

I have a module that loads in standalone windows 2.7.8 python console but
raises an invalid syntax error inside softimage. I use Softimage 2013 sp1
64 bits and made sure the scripting preferences are set not to use python
shipped with softimage.

Any idea ?

Thank you.

-H.