Skip to content
This repository was archived by the owner on Dec 8, 2020. It is now read-only.
This repository was archived by the owner on Dec 8, 2020. It is now read-only.

expected string or Unicode object, NoneType found #2

Description

@tablecell
import sys  
sys.path.append('.')  
import ctypes
ctypes.windll.LoadLibrary(r"c:\python27\audio\libopusfile-0.dll")

import pyaudio
from opus import encoder, decoder

Traceback (most recent call last):
File "a.py", line 8, in
from opus import encoder, decoder
File "build\bdist.win32\egg\opus\encoder.py", line 3, in
File "build\bdist.win32\egg\opus\api__init__.py", line 5, in
# package placeholder
File "C:\PYTHON27\lib\ctypes__init__.py", line 353, in init
self._handle = _dlopen(self._name, mode)
TypeError: expected string or Unicode object, NoneType found

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions