Skip to content

Windows compatability #2

Description

@jsdpag

There are at least two problems.

  1. header.py uses Unix specific library resource.
  2. memoryview cannot be pickled across the spawn to a child process.

Work arounds:

  1. Check OS and assign hard-coded default value if Windows.
  2. Check OS. Establish memoryview objects in call to .open( ) method if Windows, rather than during .__init__( ). If *nix then do establish memoryviews during init, for sharing amongst all child processes.

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