Received: by 10.224.181.75 with SMTP id bx11mr8695609qab.7.1347422337971; Tue, 11 Sep 2012 20:58:57 -0700 (PDT) Received: by 10.236.170.7 with SMTP id o7mr2552693yhl.3.1347422337907; Tue, 11 Sep 2012 20:58:57 -0700 (PDT) Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!v8no3341420qap.0!news-out.google.com!da15ni3445qab.0!nntp.google.com!v8no2064532qap.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.python Date: Tue, 11 Sep 2012 20:58:57 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=173.95.150.69; posting-account=IY-wHgoAAAATHphicf_TEp3JSi1cQSHl NNTP-Posting-Host: 173.95.150.69 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: pythonOCC examples doesn't work? From: Jayden Injection-Date: Wed, 12 Sep 2012 03:58:57 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Received-Bytes: 1359 Xref: csiph.com comp.lang.python:28925 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 *