Mohamed Ahmad

Results 12 comments of Mohamed Ahmad

@soumith there is no .gitmodules so git submodule will not work.

Hi @gsikheria , im getting the same error "ImportError no module named mysql.db" How did you resolve it? Thanks

Thank you! On Sat, Sep 24, 2016, 9:24 PM Gunjan kumar sikheria < [email protected]> wrote: > try this > apt-get install python-mysqldb. If this not work check , sqlalchemy. >...

Hey I just hit the same issue, did you resolve it? what did you do to fix it? thanks in advance

i fixed it by adding #undef MESHCELLINDICES_COMPACT to definitions.h by doing that it enabled SWITCH_MESHCELLS_SPLIT which means _meshCells is pointing to _meshCellsSplit instead of _meshCellsCompact

I had to do the same thing

did you get the meshcell size = 0 error? i see _meshCellsplit has 25,000 entries but then it tries to access _meshCells and crashes since its 0. another user, clonese1201,...

i fixed it by adding #undef MESHCELLINDICES_COMPACT to definitions.h by doing that it enabled SWITCH_MESHCELLS_SPLIT which means _meshCells is pointing to _meshCellsSplit instead of _meshCellsCompact

it looks like a linking error. 2 things to check: Check your project properties -Configuration Properties-Linker-General- additional library directories. Here is what I had: > C:\whereyoudownloaded\libQGLViewer-2.6.3\QGLViewer > C:\whereyoudownloaded\libQGLViewer-2.6.3\QGLViewer\$(Configuration) Check your...

windows 8.1, running visual studio 2010. also i had to build everything in 64bit mode On Thu, Oct 22, 2015 at 9:32 AM MicheleMola [email protected] wrote: > What is your...