# Import Error

## Bad Magic Number Error

```
# Error: ImportError: file <maya console> line 1: 
Bad magic number in "xgtc" : b'a\r\r\n'
```

#### **Cause:**

* This means the installed Groomer’s Tool files are incompatible with your current Maya version.

#### **Solution:**

1. **Ensure you have the proper Groomer's Tool version to your Maya version.**
   1. **e.g. If you are using Maya 2024, download** GroomerTool\_V##.##.##\_Maya2024\_win\_x86\_64.zip
2. Ensure there are no other xgtc folders in your Maya's folder. Sometimes during an install, you may left a 'xgtc' somewhere in a folder. Please delete those and make sure only 'one' xgtc folder exists in your current Maya version's folder. (Check pref folder).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nobraintools.gitbook.io/maya-groomers-tool/getting-started/problem-errors/import-error.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
