Closed sazearte closed 8 years ago
Are you using Python 2 or 3? On Jun 28, 2016 01:44, "sazearte" notifications@github.com wrote:
Hello i have this error when i try to use your code :
File "surface_mesh.py", line 30, in
array.addColumn(InternalName.make('vertex'), 3, Geom.NTFloat32, Geom.CPoint) TypeError: Arguments must match: make(string str) make(str name, int index) — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/croxis/SpaceDrive/issues/1, or mute the thread https://github.com/notifications/unsubscribe/AAHa9-wix8JAahd_vQBlyOuSKUXsUijuks5qQN7PgaJpZM4I_3xJ .
Panda with Python 2.7
I rewrote it for python3. Use this version for python 2: https://github.com/croxis/SpaceDrive/blob/233c842e0f2bc54eb9af792de8860390d65580c6/spacedrive/surface_mesh.py
I'll work on something a little more graceful.
On Wed, Jun 29, 2016 at 12:49 AM, sazearte notifications@github.com wrote:
Panda with Python 2.7
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/croxis/SpaceDrive/issues/1#issuecomment-229282244, or mute the thread https://github.com/notifications/unsubscribe/AAHa94Kj-8tDhHsD4DMA4gR3myfr1C5Eks5qQiOHgaJpZM4I_3xJ .
ok thank you. It's possible for me to use Panda with Python 3 but your programme use renderPipeline, it's compatible with Python3 ?
Yes
On Wed, Jun 29, 2016, 22:53 sazearte notifications@github.com wrote:
ok thank you. It's possible for me to use Panda with Python 3 but your programme use renderPipeline, it's compatible with Python3 ?
— You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/croxis/SpaceDrive/issues/1#issuecomment-229566018, or mute the thread https://github.com/notifications/unsubscribe/AAHa9z9gqdhqvsKY2SlmiUEHB7_s-Um7ks5qQ1nxgaJpZM4I_3xJ .
Ok, i have a problem with sandbox (with python 2.7 and 3.4) :
in file systems.py, line 14, in
Have you this error ?
Can you also tell me what version of panda you are using
On Sat, Jul 2, 2016, 11:34 sazearte notifications@github.com wrote:
Ok, i have a problem with sandbox (with python 2.7 and 3.4) : in file systems.py, line 14, in class EntitySystem(object, DirectObject): TypeError: Cannot create a consistent method resolution order (MRO) for bases object, DirectObject
Have you this error ?
— You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/croxis/SpaceDrive/issues/1#issuecomment-230115815, or mute the thread https://github.com/notifications/unsubscribe/AAHa92UOgTTMWZLCcrsWeLDMqFct2WQCks5qRq8_gaJpZM4I_3xJ .
Panda3D-SDK-1.10.0pre-4283a63-py3.4-x64
the last beta build, in Windows 10 64bits.
which version are you using?
I'm using HEAD. I just updated the pipeline and am running into some issues. As soon as I get these new issues fixed I'll continue on this bug.
Can you also post a minimal script that replicates the error?
yes, this is my code :
import spacedrive
if __name__ == '__main__':
# Configure any panda prc settings here
spacedrive.init(log_level='info', window_title='SpaceDrive Demo')
# Initiate the game loop.
spacedrive.run()
my complete error :
Traceback (most recent call last):
File "main.py", line 1, in
Fixed the issue. There is another bug that will crop up with SpaceDrive that I am fixing right now so I will leave this issue open.
And fixed. Please open more issues if you run into problems. I also hang out in the #panda3d irc channel on freenode.net
Hello i have this error when i try to use your code :