Jump to content

Brick viewer


LaForge

Recommended Posts

I have downloaded the source code for the Brick Viewer software as I thought  it would be a good starting point for me to create my own application.

 

I am re-approcching Python after 9 years, so I'm a bit rusty. I'm using Eclipse with a Python plug-in as IDE but can anyone suggest if there's a better development environment I can use (free or commercial)? I would be interested to know what the clever chaps at Tinkerforge use themselves.

 

Also, I can't find a project file in the downloaded Brick Viewer code, what's the procedure to view the application in its entirety with all its dependencies  and perhaps compile it from scratch?

Link zu diesem Kommentar
Share on other sites

For small changes i use vim, for bigger changes i use Eclipse with PyDev too :).

 

There is a build_pkg.py in the src/ directory. That can be used to build .exe, .dmg and .deb. Especially in the build_windows_pkg you can see all of the dependencies that we put in the windows executable:

 

"includes" : ["sip",
              "PyQt4.QtCore",
              "PyQt4.QtGui",
              "PyQt4.QtOpenGL",
              "PyQt4.QtSvg",
              "PyQt4.Qwt5",
              "OpenGL.GL",
              "plot_widget",
              "numpy.core.multiarray",
              "ctypes.util",
              "serial",
              "win32com.client"]

Link zu diesem Kommentar
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Gast
Reply to this topic...

×   Du hast formatierten Text eingefügt.   Formatierung jetzt entfernen

  Only 75 emoji are allowed.

×   Dein Link wurde automatisch eingebettet.   Einbetten rückgängig machen und als Link darstellen

×   Dein vorheriger Inhalt wurde wiederhergestellt.   Clear editor

×   Du kannst Bilder nicht direkt einfügen. Lade Bilder hoch oder lade sie von einer URL.

×
×
  • Neu erstellen...