-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot import name "_parsefull" #1
Comments
Thanks for the bug report. Could you please tell me which version of
Python and which OS you're using? It sounds like the c library didn't
build correctly, which is probably a failing on my part.
…On Mon, Jan 16, 2017 at 12:17 PM, Anton ***@***.***> wrote:
Hi.
I try to call "from pyansys import Reader" and receive ImportEror "Cannot
import name "_parsefull""
I can not understand why. Could you help me?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALbTPwHca32mKwg6V-Ti_pvGTvOojNzqks5rS1G5gaJpZM4LkcTQ>
.
|
I use Python 3.5.2 (Anaconda 4.2.0) on Windows 7 x64 sp1 I think there is another problem: I can't call "cimport" (name 'cimport' is not default). I didn't use Cython before.. PS: I have got Cython in pip list. Also I didn't install ANSYScdb (due to Microsoft Visual C++ Build Tools installation problem), but as I understood correct ANSYScdb is not necessary for pyansys. |
Anton,
Haven't forgotten about this; my day job is just getting in the way! I'll
test this on my windows install later today. It sounds like there's a
problem with you cython installation. This shouldn't be an issue when
using a wheel install though. Could you please provide me a list of the
files in the pyansys install directory?
Alex
…On Tue, Jan 17, 2017 at 9:26 AM, Anton ***@***.***> wrote:
I use Python 3.5.2 (Anaconda 4.2.0) on Windows 7 x64 sp1
I think there is another problem: I can't call "cimport" (name 'cimport'
is not default). I didn't use Cython before.. PS: I have got Cython in pip
list.
Also I didn't install ANSYScdb (due to Microsoft Visual C++ Build Tools
installation problem), but as I understood correct ANSYScdb is not
necessary for pyansys.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALbTPyQv3WMT6v1Ymsq2q8gE20OXJK1hks5rTHtBgaJpZM4LkcTQ>
.
|
|
1. Not yet.
2. Have you tried installing it with 3.6? Let me know of the issues
before I try it on my end.
3. Yes, but it will mean moving around some of the other indexes within
the result file. It will take a bit of work to do.
…On Fri, May 12, 2017 at 1:31 PM, phsheth ***@***.***> wrote:
1. Was there a solution to this issue?
2. can a version be released for Python 3.6?
3. can a functionality be added to write results into a .rst file from
our calculations?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALbTP24PwPNHkMjUn_xsttebVmm0-AaLks5r5EMPgaJpZM4LkcTQ>
.
|
updated questions: I need this at work - but cannot expect you to produce the code immediately! |
Pushkar,
I've been busy with work on my end and still have not gotten a chance to
look a this. As for your other questions, see the reference document below
for hints on how ANSYS writes their binary files. It's actually quite
straightforward, so if you figure it out, feel free to submit a pull
request with your edits.
Alex
…On Fri, May 12, 2017 at 4:38 PM, Pushkar Sheth ***@***.***> wrote:
1. ok
2. yes installed on 3.6 - by changing the installer names from 35 to
36. shows me the "Cannot import name "_parsefull"" error.
updated questions:
3. can a functionality be added to read nodal temperatures, stress tensors
and principal strains?
4. can a functionality be added to write results into a .rst file from our
calculations?
I need this at work - but cannot expect you to produce the code
immediately!
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALbTP9Iqu4gFr015MIM-tuXK9b7g2Aeuks5r5G7mgaJpZM4LkcTQ>
.
|
Hi.
I try to call "from pyansys import Reader" and receive ImportEror "Cannot import name "_parsefull""
I can not understand why. Could you help me?
The text was updated successfully, but these errors were encountered: