Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #28925 > unrolled thread
| Started by | Jayden <jayden.shui@gmail.com> |
|---|---|
| First post | 2012-09-11 20:58 -0700 |
| Last post | 2012-09-12 00:52 -0400 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
pythonOCC examples doesn't work? Jayden <jayden.shui@gmail.com> - 2012-09-11 20:58 -0700
Re: pythonOCC examples doesn't work? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-09-12 00:52 -0400
| From | Jayden <jayden.shui@gmail.com> |
|---|---|
| Date | 2012-09-11 20:58 -0700 |
| Subject | pythonOCC examples doesn't work? |
| Message-ID | <ecfbc77e-a073-452b-9b29-a610b23d1dda@googlegroups.com> |
I installed
(1) pythonxy2.7.2.3 (with python2.7) and
(2) pythonOCC-0.5-all-in-one.win32.py26
on windows 7 64 bit computer.
I try run pythonOCC examples in its example folder, such as the helloworld.py and got errors as follows:
ImportantError: DLL load failed: The specified module could not be found.
The error come from the line of code:
from OCC.BrepPrimAPI import *
[toc] | [next] | [standalone]
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| Date | 2012-09-12 00:52 -0400 |
| Message-ID | <mailman.538.1347425565.27098.python-list@python.org> |
| In reply to | #28925 |
On Tue, 11 Sep 2012 20:58:57 -0700 (PDT), Jayden <jayden.shui@gmail.com>
declaimed the following in gmane.comp.python.general:
> I installed
> (1) pythonxy2.7.2.3 (with python2.7) and
Python 2.7
> (2) pythonOCC-0.5-all-in-one.win32.py26
A binary package for Python 2.6
Incompatible...
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web