Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
FabricEngine PythonModule Windows Installation Guide Missing
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Rosen Kostov  
View profile  
 More options Apr 24 2012, 8:32 am
From: Rosen Kostov <rose...@gmail.com>
Date: Tue, 24 Apr 2012 05:32:03 -0700 (PDT)
Local: Tues, Apr 24 2012 8:32 am
Subject: FabricEngine PythonModule Windows Installation Guide Missing
Hi,
I want to try Fabric Engine without using web browser.
In document http://documentation.fabric-engine.com/latest/FabricEngine-Dependency...
there is a link

" Using the Fabric Engine Module for Node.js or Python
Follow the instructions at
http://documentation.fabric-engine.com/latest/FabricEngine-LanguageBi...
to install the Fabric Engine Node.js and/or Python module on your
system and use Fabric Engine from the command line."

but the link is missing.

I tryed myself the following: Installed Python 2.7, copied "fabric"
into "lib" folder
and following error occurs.

>>> import fabric

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Python27\lib\fabric\__init__.py", line 18, in <module>
    _fabric = ctypes.CDLL( os.path.dirname( __file__ ) + '/
FabricPython.dll' )
  File "C:\Python27\lib\ctypes\__init__.py", line 365, in __init__
    self._handle = _dlopen(self._name, mode)
WindowsError: [Error 193] %1 is not a valid Win32 application

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andrew MacPherson  
View profile  
 More options Apr 24 2012, 10:02 am
From: Andrew MacPherson <andrew.macpher...@fabricengine.com>
Date: Tue, 24 Apr 2012 10:02:26 -0400
Local: Tues, Apr 24 2012 10:02 am
Subject: Re: FabricEngine PythonModule Windows Installation Guide Missing

Hi Rosen,

That guide was actually renamed and it looks like we forgot to update the
link. I'll get the link updated but in the meantime the instructions it's
referring to can be found here:

http://documentation.fabric-engine.com/latest/FabricEngine-ServerProg...

Regarding the error you're getting from manually copying the Fabric Python
folder into place, are you running 64-bit Python? Fabric version 1.0.22
only includes support for 32-bit Python on Windows, however version 1.2.0
which will be out very soon (maybe today) includes a 64-bit Python module.

Let us know if you have any other questions.

Cheers,
Andrew


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rosen Kostov  
View profile  
 More options Apr 24 2012, 10:47 am
From: Rosen Kostov <rose...@gmail.com>
Date: Tue, 24 Apr 2012 17:47:21 +0300
Local: Tues, Apr 24 2012 10:47 am
Subject: Re: FabricEngine PythonModule Windows Installation Guide Missing

Hi Andrew,
Thanks for the quick solution. On 32bit python it works fine. Hope you can
help me with the following question:
Can I integrate FabricEngine into a windows application. For examlpe i have
a video playing beneath and use FabricEngine to render a 3d objects with
alpha over it.

Rosen


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andrew MacPherson  
View profile  
 More options Apr 24 2012, 10:55 am
From: Andrew MacPherson <andrew.macpher...@fabricengine.com>
Date: Tue, 24 Apr 2012 10:55:51 -0400
Local: Tues, Apr 24 2012 10:55 am
Subject: Re: FabricEngine PythonModule Windows Installation Guide Missing

Hi Rosen,

Do you know about the Fabric Python SceneGraph beta? The standard Fabric
Python module doesn't have a UI component but the SceneGraph beta
incorporates QT widgets in order to enable 3d rendering. If you're
interested in joining the beta you can email b...@fabricengine.com for more
information and access.

Regarding how to specifically integrate with your app it would depend on
how your application is set up but it might become more clear once you get
a look at the Python SceneGraph.

Let me know if you have any other questions!

Cheers,
Andrew


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »