Code Monkey home page Code Monkey logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 15, 2024
I have added the nidaqmx_h_9_6.py to svn repository, please do svn update and 
reinstall the pylibnidaqmx package.

However, since the package was able to create the file, the library should be 
functional. Could you post also the complete error message after you have 
updated
the package?


Original comment by pearu.peterson on 13 Jul 2013 at 8:57

from pylibnidaqmx.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 15, 2024
This is the output of the install:
________________________________________________________________________________
_____
Appending nidaqmx configuration to
Ignoring attempt to set 'name' (from '' to 'nidaqmx')
running install
running build
running config_cc
unifing config_cc, config, build_clib, build_ext, build commands --compiler
options
running config_fc
unifing config_fc, config, build_clib, build_ext, build commands
--fcompiler options
running build_py
creating build
creating build\lib
creating build\lib\nidaqmx
copying nidaqmx\libnidaqmx.py -> build\lib\nidaqmx
copying nidaqmx\nidaqmx_h_8_0.py -> build\lib\nidaqmx
copying nidaqmx\nidaqmx_h_8_9.py -> build\lib\nidaqmx
copying nidaqmx\nidaqmx_h_9_0.py -> build\lib\nidaqmx
copying nidaqmx\nidaqmx_h_9_1.py -> build\lib\nidaqmx
copying nidaqmx\nidaqmx_h_9_3.py -> build\lib\nidaqmx
copying nidaqmx\nidaqmx_h_9_6.py -> build\lib\nidaqmx
copying nidaqmx\optparse_options.py -> build\lib\nidaqmx
copying nidaqmx\setup.py -> build\lib\nidaqmx
copying nidaqmx\version.py -> build\lib\nidaqmx
copying nidaqmx\wxagg_plot.py -> build\lib\nidaqmx
copying nidaqmx\__init__.py -> build\lib\nidaqmx
running build_scripts
creating build\scripts.win32-2.7
Creating 'build\\scripts.win32-2.7\\nidaqmx.ai'
Creating 'build\\scripts.win32-2.7\\nidaqmx.ao'
Creating 'build\\scripts.win32-2.7\\nidaqmx.di'
Creating 'build\\scripts.win32-2.7\\nidaqmx.do'
running install_lib
copying build\lib\nidaqmx\libnidaqmx.py ->
C:\Python27\Lib\site-packages\nidaqmx
copying build\lib\nidaqmx\nidaqmx_h_8_0.py ->
C:\Python27\Lib\site-packages\nidaqmx
copying build\lib\nidaqmx\nidaqmx_h_8_9.py ->
C:\Python27\Lib\site-packages\nidaqmx
copying build\lib\nidaqmx\nidaqmx_h_9_0.py ->
C:\Python27\Lib\site-packages\nidaqmx
copying build\lib\nidaqmx\nidaqmx_h_9_1.py ->
C:\Python27\Lib\site-packages\nidaqmx
copying build\lib\nidaqmx\nidaqmx_h_9_3.py ->
C:\Python27\Lib\site-packages\nidaqmx
copying build\lib\nidaqmx\nidaqmx_h_9_6.py ->
C:\Python27\Lib\site-packages\nidaqmx
copying build\lib\nidaqmx\optparse_options.py ->
C:\Python27\Lib\site-packages\nidaqmx
copying build\lib\nidaqmx\setup.py -> C:\Python27\Lib\site-packages\nidaqmx
copying build\lib\nidaqmx\version.py ->
C:\Python27\Lib\site-packages\nidaqmx
copying build\lib\nidaqmx\wxagg_plot.py ->
C:\Python27\Lib\site-packages\nidaqmx
copying build\lib\nidaqmx\__init__.py ->
C:\Python27\Lib\site-packages\nidaqmx
byte-compiling C:\Python27\Lib\site-packages\nidaqmx\libnidaqmx.py to
libnidaqmx.pyc
byte-compiling C:\Python27\Lib\site-packages\nidaqmx\nidaqmx_h_8_0.py to
nidaqmx_h_8_0.pyc
byte-compiling C:\Python27\Lib\site-packages\nidaqmx\nidaqmx_h_8_9.py to
nidaqmx_h_8_9.pyc
byte-compiling C:\Python27\Lib\site-packages\nidaqmx\nidaqmx_h_9_0.py to
nidaqmx_h_9_0.pyc
byte-compiling C:\Python27\Lib\site-packages\nidaqmx\nidaqmx_h_9_1.py to
nidaqmx_h_9_1.pyc
byte-compiling C:\Python27\Lib\site-packages\nidaqmx\nidaqmx_h_9_3.py to
nidaqmx_h_9_3.pyc
byte-compiling C:\Python27\Lib\site-packages\nidaqmx\nidaqmx_h_9_6.py to
nidaqmx_h_9_6.pyc
byte-compiling C:\Python27\Lib\site-packages\nidaqmx\optparse_options.py to
optparse_options.pyc
byte-compiling C:\Python27\Lib\site-packages\nidaqmx\setup.py to setup.pyc
byte-compiling C:\Python27\Lib\site-packages\nidaqmx\version.py to
version.pyc
byte-compiling C:\Python27\Lib\site-packages\nidaqmx\wxagg_plot.py to
wxagg_plot.pyc
byte-compiling C:\Python27\Lib\site-packages\nidaqmx\__init__.py to
__init__.pyc
running install_egg_info
Removing C:\Python27\Lib\site-packages\PyLibNIDAQmx-0.2.0.dev-py2.7.egg-info
Writing C:\Python27\Lib\site-packages\PyLibNIDAQmx-0.2.0.dev-py2.7.egg-info
running install_clib
No module named msvccompiler in numpy.distutils; trying from distutils
customize MSVCCompiler

Original comment by [email protected] on 13 Jul 2013 at 9:13

from pylibnidaqmx.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 15, 2024
The install output looks ok.

When you try to use the library, do you get any errors?

Original comment by pearu.peterson on 13 Jul 2013 at 9:20

from pylibnidaqmx.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 15, 2024
Thank you very much! I tried the AO example and it works flawlessly.

Original comment by [email protected] on 13 Jul 2013 at 9:43

from pylibnidaqmx.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 15, 2024

Original comment by pearu.peterson on 9 May 2014 at 3:55

  • Changed state: Fixed

from pylibnidaqmx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.