Title: pythonnet-2.0-Beta0-clr4.0 cannot import clr from anywhere but C:\Python27 dir · Issue #24 · pythonnet/pythonnet · GitHub
Open Graph Title: pythonnet-2.0-Beta0-clr4.0 cannot import clr from anywhere but C:\Python27 dir · Issue #24 · pythonnet/pythonnet
X Title: pythonnet-2.0-Beta0-clr4.0 cannot import clr from anywhere but C:\Python27 dir · Issue #24 · pythonnet/pythonnet
Description: I cannot import clr unless the 3 files (nPython, Python.Runtime & clr) are placed in the directory C:\Python27. If placed anywhere else I get the following error: "dynamic module not initialized properly" I'm on CPython 2.7.5, Win7 32bit...
Open Graph Description: I cannot import clr unless the 3 files (nPython, Python.Runtime & clr) are placed in the directory C:\Python27. If placed anywhere else I get the following error: "dynamic module not initialized pr...
X Description: I cannot import clr unless the 3 files (nPython, Python.Runtime & clr) are placed in the directory C:\Python27. If placed anywhere else I get the following error: "dynamic module not initi...
Opengraph URL: https://github.com/pythonnet/pythonnet/issues/24
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"pythonnet-2.0-Beta0-clr4.0 cannot import clr from anywhere but C:\\Python27 dir","articleBody":"I cannot import clr unless the 3 files (nPython, Python.Runtime \u0026 clr) are placed in the directory C:\\Python27.\nIf placed anywhere else I get the following error:\n\"dynamic module not initialized properly\"\nI'm on CPython 2.7.5, Win7 32bit.\nI have .NET Framework 4.5 installed.\nIf I try to build the pythonnet solution in VS2012 I get the following error:\nError 2 The target \"RGieseckeDllExport\" does not exist in the project. C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\clrmodule\\clrmodule.csproj 124 29 clrmodule\n\nIf I try to run python setup.py install I get:\n\nC:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\u003epython se\ntup.py install\nrunning install\nrunning bdist_egg\nrunning egg_info\nwriting pythonnet.egg-info\\PKG-INFO\nwriting top-level names to pythonnet.egg-info\\top_level.txt\nwriting dependency_links to pythonnet.egg-info\\dependency_links.txt\nreading manifest file 'pythonnet.egg-info\\SOURCES.txt'\nwriting manifest file 'pythonnet.egg-info\\SOURCES.txt'\ninstalling library code to build\\bdist.win32\\egg\nrunning install_lib\nrunning build_ext\nMicrosoft (R) Build Engine version 4.0.30319.18408\n[Microsoft .NET Framework, version 4.0.30319.18444]\nCopyright (C) Microsoft Corporation. All rights reserved.\n\nMicrosoft (R) Build Engine version 4.0.30319.18408\n[Microsoft .NET Framework, version 4.0.30319.18444]\nCopyright (C) Microsoft Corporation. All rights reserved.\n\nassemblymanager.cs(188,37): warning CS0168: The variable 'e' is declared but ne\nver used [C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonne\nt\\src\\runtime\\Python.Runtime.csproj]\n Python.Runtime -\u003e C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develo\n p\\pythonnet\\src\\runtime\\bin\\x86\\ReleaseWin\\Python.Runtime.dll\neventtest.cs(44,48): warning CS0067: The event 'Python.Test.EventTest.InternalS\ntaticEvent' is never used [C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet\n-develop\\pythonnet\\src\\testing\\Python.Test.csproj]\neventtest.cs(46,47): warning CS0067: The event 'Python.Test.EventTest.PrivateSt\naticEvent' is never used [C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-\ndevelop\\pythonnet\\src\\testing\\Python.Test.csproj]\neventtest.cs(52,41): warning CS0067: The event 'Python.Test.EventTest.InternalE\nvent' is never used [C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-devel\nop\\pythonnet\\src\\testing\\Python.Test.csproj]\neventtest.cs(54,40): warning CS0067: The event 'Python.Test.EventTest.PrivateEv\nent' is never used [C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develo\np\\pythonnet\\src\\testing\\Python.Test.csproj]\n Python.Test -\u003e C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\p\n ythonnet\\src\\testing\\bin\\x86\\ReleaseWin\\Python.Test.dll\nC:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Microsoft.Common.targets(1605,5):\n warning MSB3245: Could not resolve this reference. Could not locate the assemb\nly \"nunit.framework\". Check to make sure the assembly exists on disk. If this r\neference is required by your code, you may get compilation errors. [C:\\Users\\ma\nrnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\embed_tests\\Pyt\nhon.EmbeddingTest.csproj]\npyimport.cs(4,7): error CS0246: The type or namespace name 'NUnit' could not be\n found (are you missing a using directive or an assembly reference?) [C:\\Users\\\nmarnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\embed_tests\\P\nython.EmbeddingTest.csproj]\npyiter.cs(3,7): error CS0246: The type or namespace name 'NUnit' could not be f\nound (are you missing a using directive or an assembly reference?) [C:\\Users\\ma\nrnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\embed_tests\\Pyt\nhon.EmbeddingTest.csproj]\npyobject.cs(2,7): error CS0246: The type or namespace name 'NUnit' could not be\n found (are you missing a using directive or an assembly reference?) [C:\\Users\\\nmarnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\embed_tests\\P\nython.EmbeddingTest.csproj]\npythonexception.cs(2,7): error CS0246: The type or namespace name 'NUnit' could\n not be found (are you missing a using directive or an assembly reference?) [C:\n\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\embed_\ntests\\Python.EmbeddingTest.csproj]\npyimport.cs(14,10): error CS0118: 'Python.EmbeddingTest.PyImportTest.SetUp()' i\ns a 'method' but is used like a 'type' [C:\\Users\\marnj\\Downloads\\pythonnet-deve\nlop\\pythonnet-develop\\pythonnet\\src\\embed_tests\\Python.EmbeddingTest.csproj]\npyimport.cs(14,10): error CS0246: The type or namespace name 'SetUpAttribute' c\nould not be found (are you missing a using directive or an assembly reference?)\n [C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\em\nbed_tests\\Python.EmbeddingTest.csproj]\npyimport.cs(48,10): error CS0118: 'Python.EmbeddingTest.PyImportTest.TearDown()\n' is a 'method' but is used like a 'type' [C:\\Users\\marnj\\Downloads\\pythonnet-d\nevelop\\pythonnet-develop\\pythonnet\\src\\embed_tests\\Python.EmbeddingTest.csproj]\npyimport.cs(48,10): error CS0246: The type or namespace name 'TearDownAttribute\n' could not be found (are you missing a using directive or an assembly referenc\ne?) [C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\n\\embed_tests\\Python.EmbeddingTest.csproj]\npyimport.cs(67,10): error CS0246: The type or namespace name 'Test' could not b\ne found (are you missing a using directive or an assembly reference?) [C:\\Users\n\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\embed_tests\\\nPython.EmbeddingTest.csproj]\npyimport.cs(67,10): error CS0246: The type or namespace name 'TestAttribute' co\nuld not be found (are you missing a using directive or an assembly reference?)\n[C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\emb\ned_tests\\Python.EmbeddingTest.csproj]\npyimport.cs(9,6): error CS0246: The type or namespace name 'TestFixture' could\nnot be found (are you missing a using directive or an assembly reference?) [C:\\\nUsers\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\embed_t\nests\\Python.EmbeddingTest.csproj]\npyimport.cs(9,6): error CS0246: The type or namespace name 'TestFixtureAttribut\ne' could not be found (are you missing a using directive or an assembly referen\nce?) [C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\sr\nc\\embed_tests\\Python.EmbeddingTest.csproj]\npyiter.cs(13,10): error CS0118: 'Python.EmbeddingTest.PyIterTest.SetUp()' is a\n'method' but is used like a 'type' [C:\\Users\\marnj\\Downloads\\pythonnet-develop\\\npythonnet-develop\\pythonnet\\src\\embed_tests\\Python.EmbeddingTest.csproj]\npyiter.cs(13,10): error CS0246: The type or namespace name 'SetUpAttribute' cou\nld not be found (are you missing a using directive or an assembly reference?) [\nC:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\embe\nd_tests\\Python.EmbeddingTest.csproj]\npyiter.cs(20,10): error CS0118: 'Python.EmbeddingTest.PyIterTest.TearDown()' is\n a 'method' but is used like a 'type' [C:\\Users\\marnj\\Downloads\\pythonnet-devel\nop\\pythonnet-develop\\pythonnet\\src\\embed_tests\\Python.EmbeddingTest.csproj]\npyiter.cs(20,10): error CS0246: The type or namespace name 'TearDownAttribute'\ncould not be found (are you missing a using directive or an assembly reference?\n) [C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\e\nmbed_tests\\Python.EmbeddingTest.csproj]\npyiter.cs(27,10): error CS0246: The type or namespace name 'Test' could not be\nfound (are you missing a using directive or an assembly reference?) [C:\\Users\\m\narnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\embed_tests\\Py\nthon.EmbeddingTest.csproj]\npyiter.cs(27,10): error CS0246: The type or namespace name 'TestAttribute' coul\nd not be found (are you missing a using directive or an assembly reference?) [C\n:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\embed\n_tests\\Python.EmbeddingTest.csproj]\npyiter.cs(8,6): error CS0246: The type or namespace name 'TestFixture' could no\nt be found (are you missing a using directive or an assembly reference?) [C:\\Us\ners\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\embed_tes\nts\\Python.EmbeddingTest.csproj]\npyiter.cs(8,6): error CS0246: The type or namespace name 'TestFixtureAttribute'\n could not be found (are you missing a using directive or an assembly reference\n?) [C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\\nembed_tests\\Python.EmbeddingTest.csproj]\npyobject.cs(12,10): error CS0118: 'Python.EmbeddingTest.PyObjectTest.SetUp()' i\ns a 'method' but is used like a 'type' [C:\\Users\\marnj\\Downloads\\pythonnet-deve\nlop\\pythonnet-develop\\pythonnet\\src\\embed_tests\\Python.EmbeddingTest.csproj]\npyobject.cs(12,10): error CS0246: The type or namespace name 'SetUpAttribute' c\nould not be found (are you missing a using directive or an assembly reference?)\n [C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\em\nbed_tests\\Python.EmbeddingTest.csproj]\npyobject.cs(19,10): error CS0118: 'Python.EmbeddingTest.PyObjectTest.TearDown()\n' is a 'method' but is used like a 'type' [C:\\Users\\marnj\\Downloads\\pythonnet-d\nevelop\\pythonnet-develop\\pythonnet\\src\\embed_tests\\Python.EmbeddingTest.csproj]\npyobject.cs(19,10): error CS0246: The type or namespace name 'TearDownAttribute\n' could not be found (are you missing a using directive or an assembly referenc\ne?) [C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\n\\embed_tests\\Python.EmbeddingTest.csproj]\npyobject.cs(26,10): error CS0246: The type or namespace name 'Test' could not b\ne found (are you missing a using directive or an assembly reference?) [C:\\Users\n\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\embed_tests\\\nPython.EmbeddingTest.csproj]\npyobject.cs(26,10): error CS0246: The type or namespace name 'TestAttribute' co\nuld not be found (are you missing a using directive or an assembly reference?)\n[C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\emb\ned_tests\\Python.EmbeddingTest.csproj]\npyobject.cs(7,6): error CS0246: The type or namespace name 'TestFixture' could\nnot be found (are you missing a using directive or an assembly reference?) [C:\\\nUsers\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\embed_t\nests\\Python.EmbeddingTest.csproj]\npyobject.cs(7,6): error CS0246: The type or namespace name 'TestFixtureAttribut\ne' could not be found (are you missing a using directive or an assembly referen\nce?) [C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\sr\nc\\embed_tests\\Python.EmbeddingTest.csproj]\npythonexception.cs(12,10): error CS0118: 'Python.EmbeddingTest.PythonExceptionT\nest.SetUp()' is a 'method' but is used like a 'type' [C:\\Users\\marnj\\Downloads\\\npythonnet-develop\\pythonnet-develop\\pythonnet\\src\\embed_tests\\Python.EmbeddingT\nest.csproj]\npythonexception.cs(12,10): error CS0246: The type or namespace name 'SetUpAttri\nbute' could not be found (are you missing a using directive or an assembly refe\nrence?) [C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\n\\src\\embed_tests\\Python.EmbeddingTest.csproj]\npythonexception.cs(19,10): error CS0118: 'Python.EmbeddingTest.PythonExceptionT\nest.TearDown()' is a 'method' but is used like a 'type' [C:\\Users\\marnj\\Downloa\nds\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\embed_tests\\Python.Embeddi\nngTest.csproj]\npythonexception.cs(19,10): error CS0246: The type or namespace name 'TearDownAt\ntribute' could not be found (are you missing a using directive or an assembly r\neference?) [C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\python\nnet\\src\\embed_tests\\Python.EmbeddingTest.csproj]\npythonexception.cs(26,10): error CS0246: The type or namespace name 'Test' coul\nd not be found (are you missing a using directive or an assembly reference?) [C\n:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\embed\n_tests\\Python.EmbeddingTest.csproj]\npythonexception.cs(26,10): error CS0246: The type or namespace name 'TestAttrib\nute' could not be found (are you missing a using directive or an assembly refer\nence?) [C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\\nsrc\\embed_tests\\Python.EmbeddingTest.csproj]\npythonexception.cs(40,10): error CS0246: The type or namespace name 'Test' coul\nd not be found (are you missing a using directive or an assembly reference?) [C\n:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\embed\n_tests\\Python.EmbeddingTest.csproj]\npythonexception.cs(40,10): error CS0246: The type or namespace name 'TestAttrib\nute' could not be found (are you missing a using directive or an assembly refer\nence?) [C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\\nsrc\\embed_tests\\Python.EmbeddingTest.csproj]\npythonexception.cs(7,6): error CS0246: The type or namespace name 'TestFixture'\n could not be found (are you missing a using directive or an assembly reference\n?) [C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\\nembed_tests\\Python.EmbeddingTest.csproj]\npythonexception.cs(7,6): error CS0246: The type or namespace name 'TestFixtureA\nttribute' could not be found (are you missing a using directive or an assembly\nreference?) [C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pytho\nnnet\\src\\embed_tests\\Python.EmbeddingTest.csproj]\nassemblyinfo.cs(24,34): warning CS0618: 'System.Security.Permissions.SecurityAc\ntion.RequestMinimum' is obsolete: 'Assembly level declarative security is obsol\nete and is no longer enforced by the CLR by default. See http://go.microsoft.co\nm/fwlink/?LinkID=155570 for more information.' [C:\\Users\\marnj\\Downloads\\python\nnet-develop\\pythonnet-develop\\pythonnet\\src\\console\\Console.csproj]\n Console -\u003e C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pytho\n nnet\\src\\console\\bin\\x86\\Release\\nPython.exe\nC:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Microsoft.Common.targets(1605,5):\n warning MSB3245: Could not resolve this reference. Could not locate the assemb\nly \"RGiesecke.DllExport.Metadata\". Check to make sure the assembly exists on di\nsk. If this reference is required by your code, you may get compilation errors.\n [C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\cl\nrmodule\\clrmodule.csproj]\nClrModule.cs(42,6): error CS0246: The type or namespace name 'RGiesecke' could\nnot be found (are you missing a using directive or an assembly reference?) [C:\\\nUsers\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\clrmodu\nle\\clrmodule.csproj]\nClrModule.cs(42,6): error CS0246: The type or namespace name 'RGiesecke' could\nnot be found (are you missing a using directive or an assembly reference?) [C:\\\nUsers\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\clrmodu\nle\\clrmodule.csproj]\nTraceback (most recent call last):\n File \"setup.py\", line 196, in \u003cmodule\u003e\n \"install_lib\" : PythonNET_InstallLib\n File \"C:\\Python27\\lib\\distutils\\core.py\", line 152, in setup\n dist.run_commands()\n File \"C:\\Python27\\lib\\distutils\\dist.py\", line 953, in run_commands\n self.run_command(cmd)\n File \"C:\\Python27\\lib\\distutils\\dist.py\", line 972, in run_command\n cmd_obj.run()\n File \"C:\\Python27\\lib\\site-packages\\setuptools\\command\\install.py\", line 73, i\nn run\n self.do_egg_install()\n File \"C:\\Python27\\lib\\site-packages\\setuptools\\command\\install.py\", line 93, i\nn do_egg_install\n self.run_command('bdist_egg')\n File \"C:\\Python27\\lib\\distutils\\cmd.py\", line 326, in run_command\n self.distribution.run_command(command)\n File \"C:\\Python27\\lib\\distutils\\dist.py\", line 972, in run_command\n cmd_obj.run()\n File \"C:\\Python27\\lib\\site-packages\\setuptools\\command\\bdist_egg.py\", line 179\n, in run\n cmd = self.call_command('install_lib', warn_dir=0)\n File \"C:\\Python27\\lib\\site-packages\\setuptools\\command\\bdist_egg.py\", line 166\n, in call_command\n self.run_command(cmdname)\n File \"C:\\Python27\\lib\\distutils\\cmd.py\", line 326, in run_command\n self.distribution.run_command(command)\n File \"C:\\Python27\\lib\\distutils\\dist.py\", line 972, in run_command\n cmd_obj.run()\n File \"C:\\Python27\\lib\\distutils\\command\\install_lib.py\", line 92, in run\n self.build()\n File \"C:\\Python27\\lib\\distutils\\command\\install_lib.py\", line 111, in build\n self.run_command('build_ext')\n File \"C:\\Python27\\lib\\distutils\\cmd.py\", line 326, in run_command\n self.distribution.run_command(command)\n File \"C:\\Python27\\lib\\distutils\\dist.py\", line 972, in run_command\n cmd_obj.run()\n File \"C:\\Python27\\lib\\distutils\\command\\build_ext.py\", line 339, in run\n self.build_extensions()\n File \"C:\\Python27\\lib\\distutils\\command\\build_ext.py\", line 448, in build_exte\nnsions\n self.build_extension(ext)\n File \"setup.py\", line 78, in build_extension\n check_call(\" \".join(cmd) + \" /t:Build\", shell=True)\n File \"C:\\Python27\\lib\\subprocess.py\", line 542, in check_call\n raise CalledProcessError(retcode, cmd)\nsubprocess.CalledProcessError: Command 'C:\\windows\\Microsoft.NET\\Framework\\v4.0.\n30319\\msbuild.exe pythonnet.sln /p:Configuration=ReleaseWin /p:Platform=x86 /p:D\nefineConstants=\"PYTHON27;UCS2\" /p:PythonBuildDir=C:\\Users\\marnj\\Downloads\\python\nnet-develop\\pythonnet-develop\\pythonnet\\build\\lib.win32-2.7 /p:NoNuGet=true /ver\nbosity:minimal /t:Build' returned non-zero exit status 1\n","author":{"url":"https://github.com/jonnojohnson","@type":"Person","name":"jonnojohnson"},"datePublished":"2014-03-18T02:42:11.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":3},"url":"https://github.com/24/pythonnet/issues/24"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:d2fa35af-b176-22f3-7c77-f7977a490fa4 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | B712:3A10FF:F5D8D5:1442570:69717CBA |
| html-safe-nonce | 96fc75caf65da6b9b4e6d334b0bfadd4b8c481d0beb601ea164ae8e770998e13 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCNzEyOjNBMTBGRjpGNUQ4RDU6MTQ0MjU3MDo2OTcxN0NCQSIsInZpc2l0b3JfaWQiOiI0NTU5MDQwNDQ5OTc1Nzc4NDkwIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | 5a8da67cd900c2bb03d9a955e91e332bf472221756fb2979419a7e2f0286bbaa |
| hovercard-subject-tag | issue:29616308 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/pythonnet/pythonnet/24/issue_layout |
| twitter:image | https://opengraph.githubassets.com/08279925becf229383ca37f19b909dcae0d4fa777a9fac9e479301d98f0c26a4/pythonnet/pythonnet/issues/24 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/08279925becf229383ca37f19b909dcae0d4fa777a9fac9e479301d98f0c26a4/pythonnet/pythonnet/issues/24 |
| og:image:alt | I cannot import clr unless the 3 files (nPython, Python.Runtime & clr) are placed in the directory C:\Python27. If placed anywhere else I get the following error: "dynamic module not initialized pr... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | jonnojohnson |
| hostname | github.com |
| expected-hostname | github.com |
| None | 102ab681b33bed6a87d35dc54dd8200470d7e01648f08979e84415ab67d611aa |
| turbo-cache-control | no-preview |
| go-import | github.com/pythonnet/pythonnet git https://github.com/pythonnet/pythonnet.git |
| octolytics-dimension-user_id | 6050430 |
| octolytics-dimension-user_login | pythonnet |
| octolytics-dimension-repository_id | 14748123 |
| octolytics-dimension-repository_nwo | pythonnet/pythonnet |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 14748123 |
| octolytics-dimension-repository_network_root_nwo | pythonnet/pythonnet |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 6a660b76f271bda19afb9f5242b473bfee637a5a |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width